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

@ -34,5 +34,10 @@ namespace Elwig.Windows {
MessageBoxButton.OK, MessageBoxImage.Error);
}
}
private void ChartButton_Click(object sender, RoutedEventArgs evt) {
var w = new ChartWindow();
w.Show();
}
}
}