Detailseite Anpassungen

This commit is contained in:
2024-09-18 20:26:09 +02:00
parent cf89527585
commit d9cca07550
8 changed files with 64 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ public partial class StundePage : ContentPage
_stunde = await Models.Stunde.LoadEntry(4096);
//_stunde = new DayTime();
//_stunde.description = "asd";
StundeDescription.Text = _stunde.description;
//StundeDescription.Text = _stunde.description;
}
private void GetDayTime(object sender, EventArgs e) {