public AutomationService() { InitializeComponent(); HomeEnvironment.Init(); app = new HomeApplication(); app.Init(); }
private static void TestServer() { HomeEnvironment.Init(); var app = new HomeApplication(); app.Init(); app.StartServices(); Console.WriteLine("Service is available. Press ENTER to exit."); Console.ReadLine(); app.StopServices(); }
public AutomationService() { InitializeComponent(); HomeEnvironment.Init(); }