Beispiel #1
0
 public bool Stop()
 {
     try {
         updater?.Stop();
     } catch (Exception ex) {
         Log.Exception(ex);
         return(false);
     }
     return(true);
 }