示例#1
0
 private void BuscarAdmin(string bus)
 {
     dgDatos.DataSource = null;
     dgDatos.DataSource = LAdmin.BuscarAdmin(bus);
 }