|
|
@ -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>
|
|
|
|