private void toolManageItemsNo_Click(object sender, EventArgs e)
 {
     AFAuthSetItemNo tmpForm = new AFAuthSetItemNo();
     tmpForm.ShowDialog();
 }
Beispiel #2
0
 //-------------------------------------------------------------------------------------------------------
 /// <summary>
 /// 显示不做权限处理的对象设置窗口
 /// </summary>
 private void menu_1_2_Click(object sender, EventArgs e)
 {
     AFAuthSetItemNo tmpFm = new AFAuthSetItemNo();
     tmpFm.ShowDialog();
 }