B2017-221 Allow the batch dialog to close when waiting to process

This commit is contained in:
Rich
2017-09-26 17:56:29 +00:00
parent 06a29d83a0
commit 6d350ed94f
2 changed files with 17 additions and 6 deletions

View File

@@ -1168,6 +1168,7 @@
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Administrative Tools";
this.Load += new System.EventHandler(this.frmBatchRefresh_Load);
this.FormClosing +=frmBatchRefresh_FormClosing;// B2017-221 Allow the batch dialog to close when waiting to process.
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
this.splitContainer3.ResumeLayout(false);