private void FrmRegistrarGastosGenerales_Load(object sender, EventArgs e) { Clases.cFunciones fun = new Clases.cFunciones(); fun.LlenarCombo(cmbConcepto, "Entidad", "Nombre", "CodEntidad"); Clases.cMecanico mec = new Clases.cMecanico(); fun.LlenarComboDatatable(CmbMecanico, mec.GetMecanicos(), "Apellido", "CodMecanico"); txtFecha.Text = DateTime.Now.ToShortDateString(); }