Example #1
0
 private static void StartServices(string serverName)
 {
     Utility.StartService(_coreService, serverName, 60);
     Utility.StartService(_argusTvService, serverName, 30);
     Utility.StartService(_mpTvService, serverName, 30);
 }