예제 #1
0
 public Administrar_Soat()
 {
     soatController   = new CT.Soat();
     taxisController  = new CT.Taxis();
     marcasController = new CT.Marcas();
     InitializeComponent();
     llenarDataGridView();
     LlenarTaxis();
     llenarProximosAvencer();
     llenarVencidos();
 }
예제 #2
0
 public AdministrarGastosVariables()
 {
     InitializeComponent();
     taxisController           = new CT.Taxis();
     marcasController          = new CT.Marcas();
     turnosController          = new CT.Turnos();
     gastosVariablesController = new CT.GastosVariables();
     LlenarTaxis();
     LlenarDTG();
     llenarInfo(dateTimePickerDesde.Value);
 }
예제 #3
0
 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;
 }