Beispiel #1
0
 public bool CanExecute(RoutedCommand command, object parameter)
 {
     return(_proxy.CanExecute(command, _window, parameter));
 }