1
Fork 0

removed testing code

This commit is contained in:
Jake Howard 2014-11-25 22:23:01 +00:00
parent 812d63858b
commit e46e5633ca

View file

@ -71,7 +71,6 @@ namespace Saviour_Backup_System
private void currentTransfers_FormClosing(object sender, FormClosingEventArgs e) private void currentTransfers_FormClosing(object sender, FormClosingEventArgs e)
{ {
MessageBox.Show("Closing");
e.Cancel = true; e.Cancel = true;
this.Hide(); this.Hide();
} }