aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index 62bcc7b..52a0c05 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -427,5 +427,10 @@ namespace ShiftOS.WinForms
password: ""{txtlpass.Text}""
}}");
}
+
+ private void Oobe_Load(object sender, EventArgs e)
+ {
+
+ }
}
}