Update LoadBPARules.cs
This commit is contained in:
Родитель
3625ec7f69
Коммит
f1741a45c2
|
@ -9,6 +9,7 @@ if (System.IO.File.Exists(downloadLoc))
|
|||
{
|
||||
if (System.Windows.Forms.MessageBox.Show("Would you like to overwrite the existing BPARules.json file?","Overwrite Existing BPA Rules",System.Windows.Forms.MessageBoxButtons.YesNo,System.Windows.Forms.MessageBoxIcon.Warning) == System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
w.DownloadFile(url, downloadLoc);
|
||||
System.Windows.Forms.MessageBox.Show(dlMessage,"Overwrite Existing BPA Rules",System.Windows.Forms.MessageBoxButtons.OK,System.Windows.Forms.MessageBoxIcon.Information);
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче