private void skAyudaLote_AyudaConDatos(object sender, EventArgs e) { var lotePL = new LotePL(); LoteInfo lotePesoCompra = lotePL.ObtenerPesoCompraPorLote(Contexto.LoteInfo); if (lotePesoCompra != null) { DtpFechaInicial.SelectedDate = Contexto.LoteInfo.FechaInicio; txtPesoOrigen.Text = lotePesoCompra.PesoCompra.ToString(CultureInfo.InvariantCulture); } }