SyncService + SyncPage added
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
xmlns:local="clr-namespace:WorkFlowCheck.MAUI"
|
||||
xmlns:security="clr-namespace:WorkFlowCheck.MAUI.Pages.Security"
|
||||
xmlns:nfc="clr-namespace:WorkFlowCheck.MAUI.Pages.NFC"
|
||||
xmlns:system="clr-namespace:WorkFlowCheck.MAUI.Pages.System"
|
||||
Shell.FlyoutBehavior="Disabled"
|
||||
Title="WorkFlowCheck.MAUI">
|
||||
|
||||
<ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" />
|
||||
<ShellContent Title="Login" ContentTemplate="{DataTemplate security:LoginPage}" Route="LoginPage" />
|
||||
<ShellContent Title="NFC Test" ContentTemplate="{DataTemplate nfc:NFCTestPage}" Route="NFCTestPage" />
|
||||
<ShellContent Title="Sync data" ContentTemplate="{DataTemplate system:SyncPage}" Route="SyncPage" />
|
||||
|
||||
</Shell>
|
||||
|
||||
Reference in New Issue
Block a user