diff options
| author | Michael <[email protected]> | 2017-05-26 17:06:38 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-26 17:06:38 -0400 |
| commit | 97e22b35ada5898fdcb2556628f764d927cff913 (patch) | |
| tree | 88f40abbed43100bb393083ccecc81893a2447f7 /ShiftOS.WinForms/Applications/Terminal.cs | |
| parent | 798f0e5920fb5dc564cf6adab60e3c909197e736 (diff) | |
| download | shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.tar.gz shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.tar.bz2 shiftos_thereturn-97e22b35ada5898fdcb2556628f764d927cff913.zip | |
SLIGHT optimizations?
Diffstat (limited to 'ShiftOS.WinForms/Applications/Terminal.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 664b657..ea24686 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -442,6 +442,10 @@ namespace ShiftOS.WinForms.Applications }).Start(); } + public static string RemoteSystemName { get; set; } + public static string RemoteUser { get; set; } + public static string RemotePass { get; set; } + [Story("first_steps")] public static void FirstSteps() { |
