예제 #1
0
파일: AppUpdater.cs 프로젝트: kuggaa/VAS
 public bool Stop()
 {
     try {
         updater?.Stop();
     } catch (Exception ex) {
         Log.Exception(ex);
         return(false);
     }
     return(true);
 }