示例#1
0
 public async void StartUpdateProcess()
 {
     try {
         await _updateManager.StartUpdateAsync();
     }
     catch (Exception e) {
         MessageBox.Show(e.Message);
     }
 }