Parent Directory
|
Revision Log
|
Patch
revision 12 by william, Wed May 9 06:06:22 2012 UTC | revision 13 by william, Wed May 9 06:15:28 2012 UTC | |
---|---|---|
# | Line 15 namespace RomCheater | Line 15 namespace RomCheater |
15 | { | { |
16 | Application.EnableVisualStyles(); | Application.EnableVisualStyles(); |
17 | Application.SetCompatibleTextRenderingDefault(false); | Application.SetCompatibleTextRenderingDefault(false); |
18 | Application.Run(new Form1()); | Application.Run(new Main()); |
19 | } | } |
20 | } | } |
21 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |