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