示例#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);