示例#1
0
 public TelnetStartupMessage(
     ConcurrentMessageQueue TelnetQueue,
     ServerConnectPack ServerConnectPack, NegotiateSettings NegotiateSettings,
     Window ClientWindow, Action <bool, TypeTelnetDevice?> TelnetStartupComplete,
     TypeTelnetDevice TypeTelnetDevice)
 {
     this.TelnetQueue           = TelnetQueue;
     this.ServerConnectPack     = ServerConnectPack;
     this.NegotiateSettings     = NegotiateSettings;
     this.ClientWindow          = ClientWindow;
     this.TypeTelnetDevice      = TypeTelnetDevice;
     this.TelnetStartupComplete = TelnetStartupComplete;
 }
 public TelnetDeviceAttrMessage(TypeTelnetDevice TypeDevice)
 {
     this.TypeDevice = TypeDevice;
 }