예제 #1
0
파일: MainMenu.cs 프로젝트: anuragbhd/code
 private void button4_Click(object sender, EventArgs e)
 {
     Withdraw w = new Withdraw();
     w.Show();
 }
예제 #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Withdraw w = new Withdraw();

            w.Show();
        }