Example #1
0
 private void DownloadButton_Click(object sender, RoutedEventArgs e)
 {
     Process.Start(UrlUtils.ApiGetTool(App.ApplicationName));
     Close();
 }