diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
| commit | f7533bbd5465954f670b210cc5e4b02d273a9908 (patch) | |
| tree | 13711d4bbe10c3805cc041ccd0ada3881cc78136 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb | |
| parent | ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (diff) | |
| download | shiftos-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.vb | 11 |
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 |
