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 <Shell
x:Class="ParionsCuite.AppShell" x:Class="ParionsCuite.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
@ -11,14 +11,12 @@
xmlns:info="clr-namespace:ParionsCuite" xmlns:info="clr-namespace:ParionsCuite"
Shell.FlyoutBehavior="Disabled"> Shell.FlyoutBehavior="Disabled">
<TabBar>
<ShellContent <ShellContent
Title="Home" Title="Home"
ContentTemplate="{DataTemplate local:MainPage}" ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" /> Route="MainPage" />
</TabBar>
<ShellContent
Title="Test"
ContentTemplate="{DataTemplate pari:Parier}"
Route="Accueil" />
</Shell> </Shell>

@ -49,8 +49,8 @@
</Grid> </Grid>
<!-- 2e ligne --> <!-- 2e ligne -->
<ContentView> <ContentView MaximumHeightRequest="1000" MinimumWidthRequest="1000" BackgroundColor="Blue">
<views:Accueil/> <views:Groupe/>
</ContentView> </ContentView>
</Grid> </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" <ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ParionsCuite.Views.Groupe"> x:Class="ParionsCuite.Views.Groupe"
>
<VerticalStackLayout> <VerticalStackLayout>
<Label <Label
Text="Welcome to .NET MAUI!" Text="Hey hey test mg"
VerticalOptions="Center" VerticalOptions="Center"
HorizontalOptions="Center" /> HorizontalOptions="Center" />
<Image Source="Resources/Images/dornet_bot.svg"/>
</VerticalStackLayout> </VerticalStackLayout>
</ContentView> </ContentView>

Loading…
Cancel
Save