Ejemplo n.º 1
0
        private void mnuToolAccount_GL_Click(object sender, EventArgs e)
        {
            if (frmAccountGLList.CurrentInstance != null)
            {
                frmAccountGLList.CurrentInstance.Close();
                frmAccountGLList.CurrentInstance.Dispose();
            }
            frmAccountGLList ofrm = frmAccountGLList.CurrentInstance;

            ofrm.MdiParent = this;
            ofrm.Show();
        }
Ejemplo n.º 2
0
 public frmAccountGLList()
 {
     InitializeComponent();
     m_CurrentInstance = this;
 }