Exemple #1
0
        public Boolean construite()
        {
            Boolean continua = MetodosGlobales.construirComboChofer(this, "Choferes", "Registrar Viaje") && construirComboCliente();

            if (continua)
            {
                construirComboTurno();
                ((ComboBox)this.Controls["comboChofer"]).SelectedIndexChanged += (sender, e) =>
                                                                                 comboChoferModificacionEnSeleccion(sender, e);
            }
            return(continua);
        }