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