1
Fork 0

removed testing display code

This commit is contained in:
Jake Howard 2014-08-05 16:44:14 +01:00
parent 5945bcc311
commit f65b139af6

View file

@ -27,7 +27,6 @@ namespace Saviour_Backup_System
private static void displayWindow(object sender, EventArgs e) private static void displayWindow(object sender, EventArgs e)
{ {
MessageBox.Show("Display");
} }
} }
} }