Пример #1
0
 private void EnableChanged(object sender, EventArgs e)
 {
     _item.Enabled = _command.CanExecute(null, _input);
 }