Changed Client manager on Server
This commit is contained in:
+4
-2
@@ -3,6 +3,7 @@ using Step.Config;
|
||||
using Step.Core;
|
||||
using Step.Database;
|
||||
using Step.Listeners;
|
||||
using Step.Model;
|
||||
using Step.NC;
|
||||
using Step.UI;
|
||||
using Step.Utils;
|
||||
@@ -43,8 +44,9 @@ namespace Step
|
||||
ServerConfigController.ReadStartupConfig();
|
||||
|
||||
// Start WinForm
|
||||
ServerControlWindow.Start();
|
||||
|
||||
ServerControlWindow.Start();
|
||||
|
||||
|
||||
DatabaseContext.SetUpDbConnectionAndDbConfig();
|
||||
|
||||
// Register listener to "close application" messages
|
||||
|
||||
Reference in New Issue
Block a user