diff options
| author | Michael <[email protected]> | 2017-04-17 15:10:34 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 15:10:34 -0400 |
| commit | 32fc6ed13d8334a6af66b43cf84324a123670620 (patch) | |
| tree | 0467b09c0c3d0a65cd2cbbce45d4b8fccd70751a /ShiftOS.WinForms/Applications | |
| parent | e2de1b7083c4e064b7f195b0d49c93019aa34e39 (diff) | |
| download | shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.tar.gz shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.tar.bz2 shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.zip | |
Basically finish new OOBE
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 8d29cba..30dbd82 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -56,7 +56,6 @@ namespace ShiftOS.WinForms.Applications { public static string latestCommmand = ""; - public static bool IsInRemoteSystem = false; public static string RemoteGuid = ""; @@ -371,5 +370,9 @@ namespace ShiftOS.WinForms.Applications { } + internal void ClearText() + { + rtbterm.Text = ""; + } } }
\ No newline at end of file |
