Update Dashboar nach AbalusImport

This commit is contained in:
2022-03-08 18:43:40 +01:00
parent 8c9795efc6
commit 9215ce0675
8 changed files with 2969481 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ namespace QW2021C
this.lblHeader.Text = db.dsdaten.Tables[0].Rows[0]["CenterTitle"].ToString();
this.lblheader2.Text= db.dsdaten.Tables[0].Rows[0]["CenterText"].ToString();
this.lblnews.Text = db.dsdaten.Tables[0].Rows[0]["Rightnews"].ToString();
this.lblnews.Text = this.lblnews.Text + db.get_importstatistik();
}
}
}