コード例 #1
0
 public static void add(commandBase com)
 {
     commands[icommand] = com;
     icommand++;
 }
コード例 #2
0
ファイル: Parser.cs プロジェクト: jpal12/quicksilver-os
 public static void add(commandBase com)
 {
     commands[icommand] = com;
     icommand++;
 }