Exemple #1
0
 public static void ListarCombo(ComboBox comboBox)
 {
     DbDatos.ListarCombo(Listar(), "Denominacion", "IdTipoIngreso", comboBox);
 }