public void LlenarCombobox() { CNSacramento objS = new CNSacramento(); lueSacramentos.Properties.DataSource = objS.ListadoSacramentos().Tables["Sacramentos"]; slueMadrina.Properties.DataSource = objS.ListadoFeligresSexo(1).Tables["Feligres"]; sluePadrino.Properties.DataSource = objS.ListadoFeligresSexo(2).Tables["Feligres"]; slueFeligres.Properties.DataSource = objS.ListadoTodoFeligreses().Tables["ListadoFeligres"]; slueEmpleado.Properties.DataSource = objS.ListadoEmpleado().Tables["Empleados"]; lueLugar.Properties.DataSource = objS.ListadoLugar().Tables["Lugar"]; }
private void LlenarCombobox() { CNSacramento objS = new CNSacramento(); slueNovia.Properties.DataSource = objS.ListadoFeligresSexo2(1).Tables["Feligres"]; slueNovio.Properties.DataSource = objS.ListadoFeligresSexo2(2).Tables["Feligres"]; slueMadrinaNovio.Properties.DataSource = objS.ListadoFeligresSexo(1).Tables["Feligres"]; sluePadrinoNovio.Properties.DataSource = objS.ListadoFeligresSexo(2).Tables["Feligres"]; slueMadrinaNovia.Properties.DataSource = objS.ListadoFeligresSexo(1).Tables["Feligres"]; sluePadrinoNovia.Properties.DataSource = objS.ListadoFeligresSexo(2).Tables["Feligres"]; slueEmpleado.Properties.DataSource = objS.ListadoEmpleado().Tables["Empleados"]; lueLugar.Properties.DataSource = objS.ListadoLugar().Tables["Lugar"]; }