cambios 17/02/2026
This commit is contained in:
@@ -16,12 +16,12 @@ namespace bdGrupoSanchoToro.Importaciones
|
||||
var bd = tscGrupoSanchoToro.NuevoContexto();
|
||||
var le = bd.enumeraciones.ToList();
|
||||
var grs = bd.gruposenumeraciones.ToList();
|
||||
var dsprueba = new XSD.CTESGESL();
|
||||
var ds = new XSD.CTESGESL();
|
||||
|
||||
dsprueba.ReadXml(new System.IO.MemoryStream(Fichero));
|
||||
ds.ReadXml(new System.IO.MemoryStream(Fichero));
|
||||
int i = 1;
|
||||
int Ultimalinea = dsprueba.Tables["Datos"].Rows.Count;
|
||||
foreach (XSD.CTESGESL.DatosRow Proant in dsprueba.Tables["Datos"].Rows)
|
||||
int Ultimalinea = ds.Tables["Datos"].Rows.Count;
|
||||
foreach (XSD.CTESGESL.DatosRow Proant in ds.Tables["Datos"].Rows)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user