misu – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 29... Line 29...
29 [STAThread] 29 [STAThread]
30 private static void Main() 30 private static void Main()
31 { 31 {
32 Application.EnableVisualStyles(); 32 Application.EnableVisualStyles();
33 Application.SetCompatibleTextRenderingDefault(false); 33 Application.SetCompatibleTextRenderingDefault(false);
34 _form = new Form1(); 34 _form = new MisuMainForm();
35 Application.Run(); 35 Application.Run();
36 } 36 }
Line 37... Line 37...
37   37  
38 #endregion 38 #endregion