private void btnWithDrawal_Click(object sender, RoutedEventArgs e)
        {
            //Menu menu = new Menu();
            //menu.ShowDialog();
            Withdrawal withdrawal = new Withdrawal();

            withdrawal.ShowDialog();
        }
예제 #2
0
        private void btnSettlement_Click(object sender, RoutedEventArgs e)
        {
            Withdrawal withdrawal = new Withdrawal();

            withdrawal.ShowDialog();
        }