Exemplo n.º 1
0
 private void CommandPaste_OnExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     BoxSql.Paste();
 }
Exemplo n.º 2
0
 private void CommandCut_OnExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     BoxSql.Cut();
 }
Exemplo n.º 3
0
 private void CommandRedo_OnExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     BoxSql.Redo();
 }