Exemplo n.º 1
0
 private void Browse_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     WpfCommands.Executed(this, sender, e);
 }
Exemplo n.º 2
0
 private void Browse_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     WpfCommands.CanExecute(this, sender, e);
 }