root / GES_PAC / AppShell.xaml @ e4adf0cc
Historique | Voir | Annoter | Télécharger (434 octets)
1 | 65ad7e66 | Lucas Bihannic | <?xml version="1.0" encoding="UTF-8" ?>
|
---|---|---|---|
2 | <Shell
|
||
3 | x:Class="GES_PAC.AppShell" |
||
4 | xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
||
5 | xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |
||
6 | xmlns:local="clr-namespace:GES_PAC.View" |
||
7 | Shell.FlyoutBehavior="Flyout" |
||
8 | Title="GES_PAC"> |
||
9 | |||
10 | <ShellContent
|
||
11 | Title="Accueil" |
||
12 | Route="Main" |
||
13 | ContentTemplate="{DataTemplate local:MainView}" /> |
||
14 | |||
15 | </Shell> |