diff options
| author | EverythingWindows <[email protected]> | 2022-11-22 13:08:06 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-22 13:08:06 +0700 |
| commit | 3f387f7460b49ed12d906c932bf3a3156d3bd025 (patch) | |
| tree | f84e7a05438dac6fc1dd926c24ccdb4501e25255 /ShiftOS-TheRevival/MainForms/Applications/Shifter.vb | |
| parent | 804f2b7f7e952c73967511cfd397e33b71fff5ad (diff) | |
| download | shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.tar.gz shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.tar.bz2 shiftos-therevival-old-3f387f7460b49ed12d906c932bf3a3156d3bd025.zip | |
more refined DuWM
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Shifter.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Applications/Shifter.vb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb b/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb deleted file mode 100644 index 4613ee1..0000000 --- a/ShiftOS-TheRevival/MainForms/Applications/Shifter.vb +++ /dev/null @@ -1,17 +0,0 @@ -Public Class Shifter - Public DuWM_PID As Integer 'DuWM Process ID - - Private Sub Shifter_Load(sender As Object, e As EventArgs) Handles MyBase.Load - - End Sub - - 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 |
