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

            command.Execute();
        }