示例#1
0
        private void btnSystemSecurity_Click(object sender, EventArgs e)
        {
            FrmSystemSecurity frmSystemSecurity = new FrmSystemSecurity();

            frmSystemSecurity.ShowDialog();
        }
示例#2
0
 private void btnSystemSecurity_Click(object sender, EventArgs e)
 {
     FrmSystemSecurity frmSystemSecurity = new FrmSystemSecurity();
     frmSystemSecurity.ShowDialog();
 }