1

added tier stops when form closes. Won't make much difference performance wise, but it's a start

This commit is contained in:
Jake Howard 2014-11-06 10:20:59 +00:00
parent c84e2381e3
commit 33aadeb6fb

View File

@ -151,6 +151,8 @@ namespace Saviour_Backup_System
switch (e.CloseReason)
{
case(CloseReason.ApplicationExitCall):
formatDriveCapacityTimer.Stop();
driveRefreshTimer.Stop();
this.Close();
break;
case(CloseReason.UserClosing):