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)); }
protected void RegisterCommand(string command, GTPFunction gtpFunction) { RegisteredCommands.Add(command.ToLower(), gtpFunction); }