added tier stops when form closes. Won't make much difference performance wise, but it's a start
This commit is contained in:
parent
c84e2381e3
commit
33aadeb6fb
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ namespace Saviour_Backup_System
|
|||
switch (e.CloseReason)
|
||||
{
|
||||
case(CloseReason.ApplicationExitCall):
|
||||
formatDriveCapacityTimer.Stop();
|
||||
driveRefreshTimer.Stop();
|
||||
this.Close();
|
||||
break;
|
||||
case(CloseReason.UserClosing):
|
||||
|
|
Reference in a new issue