public CrestAction() { ConsoleFunction.CallbackDelegate cb = new ConsoleFunction.CallbackDelegate(_ExecuteInConsole); ExecuteInConsole = new ConsoleFunction(menu_text, cb); }
public void AddEntry(ConsoleFunction entry) { entries.Add(entry); }