summaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
diff options
context:
space:
mode:
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