private void withDrawToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Withdraw nextForm = new Withdraw();
     nextForm.ShowDialog();
 }
Exemplo n.º 2
0
        private void withDrawToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Withdraw nextForm = new Withdraw();

            nextForm.ShowDialog();
        }