public void RegisterCommand(bool doBindings, CommandBase commandHandler) { RegisterCommand(doBindings, commandHandler, true); }
public void RegisterCommand(string commandName, CommandBase command) { m_commands.Add(commandName, command); }