Add PaymentChartWindow
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user