1
Fork 0

added handlers, mainly for testing

This commit is contained in:
Jake Howard 2014-12-12 18:10:33 +00:00
parent 990c6ebaf5
commit b3ca826d51
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "transferWindow";
this.Text = "Backup Process";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.transferWindow_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.transferWindow_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();