Beispiel #1
0
 public ICommandEvent On(string args, ProcessCommandDelegate command)
 {
     CommandPool.Add(args, command);
     return(this);
 }