示例#1
0
 private void RefrescarAdmin()
 {
     dgDatos.DataSource = null;
     dgDatos.DataSource = LAdmin.ObtenerAdmin();
 }