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