Ejemplo n.º 1
0
 public bool CanExecute(object parameter)
 {
     if (CanExecuteChanged == null)
     {
         throw new NotImplementedException();
     }
     else
     {
         CanExecuteChanged.BeginInvoke(this, <T> Parameter)
     }
 }