Update 5.5.2022

This commit is contained in:
2022-05-05 15:57:15 +02:00
parent b587e0da18
commit 8f75d67c73
37 changed files with 18017 additions and 53 deletions

View File

@@ -88,13 +88,11 @@ namespace QW2021C.Resultate
System.Data.DataRow rn = db.dsdaten.Tables[0].NewRow();
for (int i = 0; i < 24; i++)
{
rn[i] = r[i];
}
rn[24] = this.hiddenortnr.Value.ToString();
rn[25] = 0;
rn[26] = r[24];
db.dsdaten.Tables[0].Rows.Add(rn);
}
string result = "";