Description of TLSrvConnectCommand.
Наследование: TLSrvCommand
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();
            var command = new TLSrvConnectCommand(this);

            command.Execute();
        }
Пример #2
0
 protected override void BeginProcessing()
 {
     CheckCmdletParameters();
     var command = new TLSrvConnectCommand(this);
     command.Execute();
 }