diagrame_cas_utilisation

tony-merge^2
Fages Tony 2 years ago
parent c9b0231245
commit 3c0971844d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 196 KiB

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="ParionsCuite.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
@ -11,14 +11,12 @@
xmlns:info="clr-namespace:ParionsCuite"
Shell.FlyoutBehavior="Disabled">
<ShellContent
<TabBar>
<ShellContent
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
<ShellContent
Title="Test"
ContentTemplate="{DataTemplate pari:Parier}"
Route="Accueil" />
</TabBar>
</Shell>

@ -49,8 +49,8 @@
</Grid>
<!-- 2e ligne -->
<ContentView>
<views:Accueil/>
<ContentView MaximumHeightRequest="1000" MinimumWidthRequest="1000" BackgroundColor="Blue">
<views:Groupe/>
</ContentView>
</Grid>

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ParionsCuite.Views.Groupe">
x:Class="ParionsCuite.Views.Groupe"
>
<VerticalStackLayout>
<Label
Text="Welcome to .NET MAUI!"
Text="Hey hey test mg"
VerticalOptions="Center"
HorizontalOptions="Center" />
<Image Source="Resources/Images/dornet_bot.svg"/>
</VerticalStackLayout>
</ContentView>

Loading…
Cancel
Save