Beispiel #1
0
 private void ShowInvoices(object sender, RoutedEventArgs e)
 {
     Window showInvoices = new ShowInvoices();
     showInvoices.Show();
 }
Beispiel #2
0
        private void ShowInvoices(object sender, RoutedEventArgs e)
        {
            Window showInvoices = new ShowInvoices();

            showInvoices.Show();
        }