Example #1
0
        void commandBindingCreateExpenseReport_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            CreateExpenseReportDialogBox dlg = new CreateExpenseReportDialogBox();

            dlg.Owner = this;
            dlg.ShowDialog();
        }
 void commandBindingCreateExpenseReport_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     CreateExpenseReportDialogBox dlg = new CreateExpenseReportDialogBox();
     dlg.Owner = this;
     dlg.ShowDialog();
 }