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

            withdrawal.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnSettlement_Click(object sender, RoutedEventArgs e)
        {
            Withdrawal withdrawal = new Withdrawal();

            withdrawal.ShowDialog();
        }