B2017-221 Allow the batch dialog to close when waiting to process
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user