blob: df33d089028bfa30ac58af562794971c5b94193d (
plain)
1
2
3
4
5
6
7
8
9
10
|
24a25
> using AUR_Includes;
758c759
< sourceWad.AddContent(Properties.Resources.comex, 1, 1, ContentType.Normal);
---
> sourceWad.AddContent(AUR_Includes.comex_app.content, 1, 1, ContentType.Normal);
774c775
< sourceWad.AddContent(Properties.Resources.Waninkoko, 2, 2, ContentType.Normal);
---
> sourceWad.AddContent(AUR_Includes.Waninkoko_app.content, 2, 2, ContentType.Normal);
|