Ejemplo n.º 1
0
        private void auth_cotrol_bt_Click(object sender, EventArgs e)
        {
            AuthorityControlForm authorityctr = new AuthorityControlForm();

            authorityctr.ShowDialog();
        }
Ejemplo n.º 2
0
        private void AuthController_btn_Click(object sender, EventArgs e)
        {
            AuthorityControlForm authControlFrm = new AuthorityControlForm();

            authControlFrm.ShowDialog();
        }
Ejemplo n.º 3
0
 private void auth_cotrol_bt_Click(object sender, EventArgs e)
 {
     Com.Nidec.Mes.GlobalMasterMaintenance.AuthorityControlForm authorityctr = new AuthorityControlForm();
     authorityctr.Show();
 }