1
Fork 0

removed event handlers

This commit is contained in:
Jake Howard 2014-12-15 16:12:31 +00:00
parent 54c0a12ab6
commit a1460d1deb
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@
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();