예제 #1
0
 public static void CreateCommand(ICommandBuilder cmdBuilder)
 {
     cmdBuilder.AddKeyword();
     cmdBuilder.AddCommandElements();
 }