aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-21 10:43:53 +0700
committerEverythingWindows <[email protected]>2022-11-21 10:43:53 +0700
commitc5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d (patch)
treed8163ca4462d33f061335973d19be2ddabbc0c8c /ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
parent3f4edf1b79ee4ee5a73251930af641bcd0db225e (diff)
downloadshiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.tar.gz
shiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.tar.bz2
shiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.zip
Dual Window Manager development
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Shifter.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Shifter.vb6
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb b/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
index cea6fe3..4613ee1 100644
--- a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
+++ b/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb
@@ -5,9 +5,13 @@
End Sub
- Private Sub DuWM_Tick(sender As Object, e As EventArgs)
+ Private Sub DuWM_Tick(sender As Object, e As EventArgs)
If Strings.ProcessID(DuWM_PID) = 0 Then
Close()
End If
End Sub
+
+ Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
+ Close()
+ End Sub
End Class \ No newline at end of file