Exemple #1
0
 public void AddAction(string name, Action action)
 {
     _userInterface.AddAction(name, action);
 }