コード例 #1
0
 private void CargarZonas()
 {
     ZonaImplement oZonaImplement = new ZonaImplement();
     oZonaImplement.CargarCombo(this.cmbZona, "Seleccione Zona");
 }
コード例 #2
0
ファイル: frmSocio.cs プロジェクト: ppincheira/Facturacion
 private void CargarZonaFacturacion()
 {
     ZonaImplement oZonaImplement = new ZonaImplement();
     oZonaImplement.CargarCombo(this.cmbZona, "Seleccione..");
 }