Example #1
0
 public static void add(commandBase com)
 {
     commands[icommand] = com;
     icommand++;
 }
Example #2
0
 public static void add(commandBase com)
 {
     commands[icommand] = com;
     icommand++;
 }