1
Fork 0

removed pointless line

This commit is contained in:
Jake Howard 2014-11-17 16:10:44 +00:00
parent dc9af06bbf
commit 13a5aac6c3

View file

@ -45,7 +45,6 @@ namespace Saviour_Backup_System
icon.notifyIcon.Dispose(); icon.notifyIcon.Dispose();
MW.removeDisplay(); MW.removeDisplay();
Environment.Exit(0); Environment.Exit(0);
Application.Exit();
} }
} }
} }