Update LoadBPARules.cs
This commit is contained in:
parent
3625ec7f69
commit
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
|
||||
@ -20,4 +21,4 @@ else
|
||||
{
|
||||
System.Windows.Forms.MessageBox.Show(dlMessage,"Download BPA Rules",System.Windows.Forms.MessageBoxButtons.OK,System.Windows.Forms.MessageBoxIcon.Information);
|
||||
w.DownloadFile(url, downloadLoc);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user