Add PaymentChartWindow

This commit is contained in:
2023-09-04 00:52:18 +02:00
parent 545622a2ab
commit 6f4e3474b8
13 changed files with 1236 additions and 2 deletions

View File

@ -61,5 +61,10 @@ namespace Elwig.Windows {
var w = new BaseDataWindow();
w.Show();
}
private void PaymentWindowButton_Click(object sender, RoutedEventArgs e) {
var w = new ChartWindow();
w.Show();
}
}
}