Esempio n. 1
0
 protected Cmdlet(AppRemoteTerminal terminal, IConfigSectionNode args)
 {
     m_Terminal = terminal;
     m_Args     = args;
 }
Esempio n. 2
0
 public bool Unregister(AppRemoteTerminal term) => m_Registry.Unregister(term);