Anpassungen Api

Anfrage genaues Datum und einzelner Eintrag
This commit is contained in:
2024-09-17 11:26:06 +02:00
parent 17bc9ed190
commit 12c1771d9d
6 changed files with 94 additions and 54 deletions

View File

@@ -5,14 +5,21 @@
x:Class="Jugenddienst_Stunden.Views.StundePage"
Title="StundePage">
<ContentPage.BindingContext>
<!--<ContentPage.BindingContext>
<models:StundeViewModel />
</ContentPage.BindingContext>
</ContentPage.BindingContext>-->
<VerticalStackLayout>
<Label
x:Name="StundeDescription"
Text="Welcome to .NET MAUI!"
VerticalOptions="Center"
HorizontalOptions="Center" />
<Grid ColumnDefinitions="*,*" ColumnSpacing="4">
<Button Text="Save" Clicked="GetDayTime" />
<Button Grid.Column="1"
Text="Delete" />
</Grid>
</VerticalStackLayout>
</ContentPage>