Exemple #1
0
 private void dGV_GroupUser_SelectionChanged(object sender, EventArgs e)
 {
     if (dGV_GroupUser.CurrentRow != null)
     {
         dGV_GrandRole.DataSource = usr.LoadTableScreenOfGroupUs(dGV_GroupUser.CurrentRow.Cells[0].Value.ToString());
     }
 }