Ejemplo n.º 1
0
 public void BindCommand(ICommand command, IButton button)
 {
     button.Bind(command);
 }