summaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-03 14:40:32 +0700
committerEverythingWindows <[email protected]>2022-11-03 14:40:32 +0700
commitf7533bbd5465954f670b210cc5e4b02d273a9908 (patch)
tree13711d4bbe10c3805cc041ccd0ada3881cc78136 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
parentec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (diff)
downloadshiftos-therevival-old-0.2.tar.gz
shiftos-therevival-old-0.2.tar.bz2
shiftos-therevival-old-0.2.zip
Updater works now0.2
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb11
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
new file mode 100644
index 0000000..d264230
--- /dev/null
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
@@ -0,0 +1,11 @@
+Imports System.IO
+
+Public Class ShiftOSUpdater
+ Public HasChecked As Boolean
+ Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
+ Close()
+ End Sub
+ Private Sub ShiftOSUpdate_Load(sender As Object, e As EventArgs) Handles MyBase.Load
+
+ End Sub
+End Class \ No newline at end of file