X-Aim

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/trunk/X-Aim/Program.cs
@@ -5,6 +5,8 @@
{
internal static class Program
{
private static Form _form1;
 
/// <summary>
/// The main entry point for the application.
/// </summary>
@@ -13,7 +15,10 @@
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
 
_form1 = new Form1();
 
Application.Run();
}
}
}