Exemple #1
0
 protected void RegisterCommand(string command, GTPFunction gtpFunction, string type, string label, string parameters)
 {
     RegisteredCommands.Add(command.ToLower(), gtpFunction);
     AnalyzeCommands.Add(new AnalyzeCommand(command, type, label, parameters));
 }
Exemple #2
0
 protected void RegisterCommand(string command, GTPFunction gtpFunction)
 {
     RegisteredCommands.Add(command.ToLower(), gtpFunction);
 }