Example #1
0
 public void setArguments(ComLibTools.Entityes.ACommand command, System.Collections.Generic.List <string> Args)
 {
     if (command != null)
     {
         command.setArgs(Args);
     }
 }
Example #2
0
 public void execute(ComLibTools.Entityes.ACommand command)
 {
     if (command != null)
     {
         command.Execute();
     }
 }