예제 #1
0
파일: frmMain.cs 프로젝트: ePayment/account
        private void mnuToolCurrency_Click(object sender, EventArgs e)
        {
            if (frmCurrencyList.CurrentInstance != null)
            {
                frmCurrencyList.CurrentInstance.Close();
                frmCurrencyList.CurrentInstance.Dispose();
            }
            frmCurrencyList ofrm = frmCurrencyList.CurrentInstance;

            ofrm.MdiParent = this;
            ofrm.Show();
        }
예제 #2
0
 public frmCurrencyList()
 {
     InitializeComponent();
     m_CurrentInstance = this;
 }