Пример #1
0
 void CanExecuteApply()
 {
     if (Cmd != null)
     {
         IsEnabled = Cmd.CanExecute(CmdParam);
     }
 }