Пример #1
0
 /// <summary>
 /// Starts the disco.
 /// </summary>
 private static void StartDisco()
 {
     try
     {
         Disco.Open();
     }
     catch (Exception ex)
     {
         Logger.Error(ex.GetCombinedMessages());
         throw;
     }
 }
Пример #2
0
 /// <summary>
 /// Starts the disco.
 /// </summary>
 private static void StartDisco()
 {
     try
     {
         Logger.Warn(">>>>>>> Starting Disco Service <<<<<");
         Disco.Open();
     }
     catch (Exception ex)
     {
         Logger.Error(ex.GetCombinedMessages());
         throw;
     }
 }