예제 #1
0
파일: Home.cs 프로젝트: panchal0026/Account
 private void myAccountToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MainAccount ma = new MainAccount();
     ma.Show();
 }
예제 #2
0
        private void myAccountToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MainAccount ma = new MainAccount();

            ma.Show();
        }