public HomeEstadistico(FormNavegable owner, int anioIngresado, int semestreElegido) : base(owner) { anio = anioIngresado; semestre = semestreElegido; proceduresPorIdFormato.Add(0, "top5_recorridos_mas_pasajes_comprados"); proceduresPorIdFormato.Add(1, "top5_recorridos_mas_cabinas_libres_viaje_realizado"); proceduresPorIdFormato.Add(2, "top5_cruceros_con_mayor_periodo_inhabilitado"); InitializeComponent(); }
public ListadoEstadistico(FormNavegable owner) : base(owner) { InitializeComponent(); }
public Alta(FormNavegable owner, ConstructorModificacion constructorEdicion) : base(owner) { this.constructorEdicion = constructorEdicion; }
public Alta(FormNavegable owner) : base(owner) { }