private void CargarBarrios() { BarrioImplement oBarrioImplement = new BarrioImplement(); oBarrioImplement.CargarCombo(this.cmbBarrio, "Seleccione Barrio"); }
private void CargarCboxBarrios() { BarrioImplement oBarrioImplement = new BarrioImplement(); oBarrioImplement.CargarCombo(this.cboxBarrios, "<Todos los Barrios>"); }