예제 #1
0
 private void Browse_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     WpfCommands.Executed(this, sender, e);
 }
예제 #2
0
 private void Browse_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     WpfCommands.CanExecute(this, sender, e);
 }