Esempio n. 1
0
 private async void Button_Open_Manual_Click(object sender, EventArgs e)
 {
     await UpdateHelper.OpenInstallationManual();
 }
Esempio n. 2
0
 private async void Button_Update_Check_Click(object sender, EventArgs e)
 {
     await UpdateHelper.OpenDownloadLocation();
 }