コード例 #1
0
ファイル: frmMain.cs プロジェクト: ePayment/account
        private void mnuToolAccount_Roles_Click(object sender, EventArgs e)
        {
            if (frmAccountRoleList.CurrentInstance != null)
            {
                frmAccountRoleList.CurrentInstance.Close();
                frmAccountRoleList.CurrentInstance.Dispose();
            }
            frmAccountRoleList ofrm = frmAccountRoleList.CurrentInstance;

            ofrm.MdiParent = this;
            ofrm.Show();
        }
コード例 #2
0
 public frmAccountRoleList()
 {
     InitializeComponent();
     m_CurrentInstance = this;
 }