aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Terminal.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-26 17:06:38 -0400
committerMichael <[email protected]>2017-05-26 17:06:38 -0400
commit97e22b35ada5898fdcb2556628f764d927cff913 (patch)
tree88f40abbed43100bb393083ccecc81893a2447f7 /ShiftOS.WinForms/Applications/Terminal.cs
parent798f0e5920fb5dc564cf6adab60e3c909197e736 (diff)
downloadshiftos_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.cs4
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()
{