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
1 changed files with 0 additions and 1 deletions

View File

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