Toasts – Diff between revs 1 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 8
Line 13... Line 13...
13 [STAThread] 13 [STAThread]
14 private static void Main() 14 private static void Main()
15 { 15 {
16 Application.EnableVisualStyles(); 16 Application.EnableVisualStyles();
17 Application.SetCompatibleTextRenderingDefault(false); 17 Application.SetCompatibleTextRenderingDefault(false);
18 Application.Run(new Test()); 18 Application.Run(new TestForm());
19 } 19 }
Line 20... Line 20...
20   20  
21 #endregion 21 #endregion
22 } 22 }
23 } 23 }