public GananciasNetas() { db = new BR.taxareEntities(); conductoresController = new Conductores(); taxisController = new Taxis(); produccionController = new Produccion(); }
public AdministrarGastosVariables() { InitializeComponent(); taxisController = new CT.Taxis(); marcasController = new CT.Marcas(); turnosController = new CT.Turnos(); gastosVariablesController = new CT.GastosVariables(); LlenarTaxis(); LlenarDTG(); llenarInfo(dateTimePickerDesde.Value); }
public Administrar_Soat() { soatController = new CT.Soat(); taxisController = new CT.Taxis(); marcasController = new CT.Marcas(); InitializeComponent(); llenarDataGridView(); LlenarTaxis(); llenarProximosAvencer(); llenarVencidos(); }
public AdministrarProduccion() { conductoresController = new CT.Conductores(); taxisController = new CT.Taxis(); marcasController = new CT.Marcas(); gananciasNetasController = new CT.GananciasNetas(); produccionController = new CT.Produccion(); creadorPDF = new CT.creadorPDF(@"F:\", "Jose Manuel", "Administracion de Produccion"); InitializeComponent(); llenarDataGridView(); LlenarConductores(); LlenarTaxis(); txtTotal.ReadOnly = true; }
public ConductoresXtaxis() { db = new BR.taxareEntities(); conductorController = new Conductores(); taxisController = new Taxis(); }
public Kilometraje() { this.db = new BR.taxareEntities();; this.taxisController = new CT.Taxis(); }
public Produccion() { db = new BR.taxareEntities(); conductoresController = new Conductores(); taxisController = new Taxis(); }