Exemplo n.º 1
0
 protected void RegisterAlias(string name, string target)
 {
     CommandPool.RegisterAlias(name, target, this.Name);
 }
Exemplo n.º 2
0
 protected void RegisterCommand(GenericCommand command)
 {
     command.Module = this.Name;
     CommandPool.RegisterCommand(command);
 }