Anpassungen Api
Anfrage genaues Datum und einzelner Eintrag
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user