Example #1
0
        private void BtnNew_Click(object sender, RoutedEventArgs e)
        {
            var winIncomeCategory = new WinIncomeCategory();

            winIncomeCategory.ShowDialog();
            Window_Loaded(null, null);
        }
Example #2
0
        private void BtnIncomeCategory_Click(object sender, RoutedEventArgs e)
        {
            var winIncomeCategory = new WinIncomeCategory();

            winIncomeCategory.Show();
        }