aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorTheRandomMelon <[email protected]>2017-01-08 13:35:24 -0600
committerTheRandomMelon <[email protected]>2017-01-08 13:35:24 -0600
commit16689da57132292db77a84bff9cc4856fa85c199 (patch)
tree052bad98d75ee93681e7606fb40c4ee0ab7f3ea6 /ShiftOS.WinForms/Oobe.cs
parentbbb83046c83c482b0584519ba79dfbbe0d10f530 (diff)
downloadshiftos_thereturn-16689da57132292db77a84bff9cc4856fa85c199.tar.gz
shiftos_thereturn-16689da57132292db77a84bff9cc4856fa85c199.tar.bz2
shiftos_thereturn-16689da57132292db77a84bff9cc4856fa85c199.zip
Fixed bug where you could type while story is happening
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)
+ {
+
+ }
}
}