示例#1
0
        private void btnBatchDownload_Click(object sender, RoutedEventArgs e)
        {
            BatchDownload batchDownloadDialog = new BatchDownload(this);

            batchDownloadDialog.ShowDialog();
        }
示例#2
0
 private void btnBatchDownload_Click(object sender, RoutedEventArgs e)
 {
     BatchDownload batchDownloadDialog = new BatchDownload(this);
     batchDownloadDialog.ShowDialog();
 }