예제 #1
0
 private void LoadData()
 {
     athGrpDt = authorityService.GetAllAuthorityGroups();
     dataGridViewControl1.DataSource = athGrpDt;
     dataGridViewControl2.DataSource = null;
     ath_grp_id = 0;
     AuthClear();
 }