Exemplo n.º 1
0
 private void Odbc_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     SqlCommands.Executed(null, sender, e);
 }
Exemplo n.º 2
0
 private void Odbc_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     SqlCommands.CanExecute(null, sender, e);
 }