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