예제 #1
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;
 }