private void mnuTransactionAccountList_Click(object sender, EventArgs e) { if (frmAccountList.CurrentInstance != null) { frmAccountList.CurrentInstance.Close(); frmAccountList.CurrentInstance.Dispose(); } frmAccountList ofrm = frmAccountList.CurrentInstance; ofrm.MdiParent = this; ofrm.Show(); }
public frmAccountList() { InitializeComponent(); m_CurrentInstance = this; }