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)
|
switch (e.CloseReason)
|
||||||
{
|
{
|
||||||
case(CloseReason.ApplicationExitCall):
|
case(CloseReason.ApplicationExitCall):
|
||||||
|
formatDriveCapacityTimer.Stop();
|
||||||
|
driveRefreshTimer.Stop();
|
||||||
this.Close();
|
this.Close();
|
||||||
break;
|
break;
|
||||||
case(CloseReason.UserClosing):
|
case(CloseReason.UserClosing):
|
||||||
|
|
Reference in a new issue