コード例 #1
0
 private void withDrawToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Withdraw nextForm = new Withdraw();
     nextForm.ShowDialog();
 }
コード例 #2
0
        private void withDrawToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Withdraw nextForm = new Withdraw();

            nextForm.ShowDialog();
        }