We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cdfe6 commit 0db1219Copy full SHA for 0db1219
WinNUT_V2/WinNUT_GUI/Shutdown_Gui.vb
@@ -97,6 +97,12 @@ Public Class Shutdown_Gui
97
System.Threading.Thread.Sleep(1000)
98
WinNUT.Shutdown_Action()
99
Run_Timer.Enabled = False
100
+ Me.Shutdown_Timer.Stop()
101
+ Me.Shutdown_Timer.Enabled = False
102
+ Me.Grace_Timer.Stop()
103
+ Me.Grace_Timer.Enabled = False
104
+ Me.Hide()
105
+ Me.Close()
106
End Sub
107
108
Private Sub Run_Timer_Tick(sender As Object, e As EventArgs) Handles Run_Timer.Tick
@@ -137,4 +143,4 @@ Public Class Shutdown_Gui
137
143
e.Cancel = True
138
144
End If
139
145
140
-End Class
146
+End Class
0 commit comments