Description of TLSrvNewUserCommand.
Inheritance: TLSrvCommand
Esempio n. 1
0
 protected override void BeginProcessing()
 {
     var command = new TLSrvNewUserCommand(this);
     command.Execute();
 }
Esempio n. 2
0
        protected override void BeginProcessing()
        {
            var command = new TLSrvNewUserCommand(this);

            command.Execute();
        }