Ejemplo n.º 1
0
        private void button5_Click(object sender, EventArgs e)
        {
            Withdrawal with = new Withdrawal();

            with.ShowDialog();
        }
Ejemplo n.º 2
0
        private void expense_details_Click(object sender, EventArgs e)
        {
            Withdrawal wit = new Withdrawal();

            wit.ShowDialog();
        }