private void BtnNew_Click(object sender, RoutedEventArgs e) { var winIncomeCategory = new WinIncomeCategory(); winIncomeCategory.ShowDialog(); Window_Loaded(null, null); }
private void BtnIncomeCategory_Click(object sender, RoutedEventArgs e) { var winIncomeCategory = new WinIncomeCategory(); winIncomeCategory.Show(); }