Control Panel instance manager

This commit is contained in:
Cyberboss
2017-11-01 13:26:13 -04:00
parent 481fca3afe
commit ef9f4adfaa
8 changed files with 2627 additions and 20 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ namespace TGControlPanel
}
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
using(var L = new Login())
Application.Run(L);
var login = new Login();
login.Show();
Application.Run();
}
catch (Exception e)
{