예제 #1
0
        private void menuMainAccountsManage_Click(object sender, EventArgs e)
        {
            using (frmAccountManagement frm = new frmAccountManagement()) {
                frm.ShowDialog(this);
                frm.Close();
            }

            RefreshAccountList();
        }
예제 #2
0
파일: frmMain.cs 프로젝트: GodLesZ/svn-dump
		private void menuMainAccountsManage_Click(object sender, EventArgs e) {
			using (frmAccountManagement frm = new frmAccountManagement()) {
				frm.ShowDialog(this);
				frm.Close();
			}

			RefreshAccountList();
		}