Ejemplo n.º 1
0
 public Command(Server.CommandName commandName, params string[] options) : this(commandName.ToString(), options)
 {
 }