Added a main window to handle everything from there.

This commit is contained in:
2017-05-11 14:50:29 +01:00
parent 73fabf942b
commit abf4aef8f2
17 changed files with 1762 additions and 542 deletions

View File

@@ -37,7 +37,7 @@ namespace osrepodbmgr
Core.Settings.LoadSettings();
Context.CheckUnar();
Application.Init();
frmAdd win = new frmAdd();
frmMain win = new frmMain();
win.Show();
Application.Run();
}