diff options
| author | TheRandomMelon <[email protected]> | 2017-01-08 13:35:24 -0600 |
|---|---|---|
| committer | TheRandomMelon <[email protected]> | 2017-01-08 13:35:24 -0600 |
| commit | 16689da57132292db77a84bff9cc4856fa85c199 (patch) | |
| tree | 052bad98d75ee93681e7606fb40c4ee0ab7f3ea6 /ShiftOS.WinForms/Oobe.cs | |
| parent | bbb83046c83c482b0584519ba79dfbbe0d10f530 (diff) | |
| download | shiftos_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.cs | 5 |
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) + { + + } } } |
