Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
 public frmAccountList()
 {
     InitializeComponent();
     m_CurrentInstance = this;
 }