예제 #1
0
파일: Cmdlet.cs 프로젝트: sergey-msu/azos
 protected Cmdlet(AppRemoteTerminal terminal, IConfigSectionNode args)
 {
     m_Terminal = terminal;
     m_Args     = args;
 }
예제 #2
0
 public bool Unregister(AppRemoteTerminal term) => m_Registry.Unregister(term);