NFC Test vol 1.

This commit is contained in:
2025-01-24 14:37:21 +01:00
parent 0d44cd48fb
commit e74df61ca0
9 changed files with 183 additions and 1 deletions
+2
View File
@@ -5,10 +5,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:WorkFlowCheck.MAUI"
xmlns:security="clr-namespace:WorkFlowCheck.MAUI.Pages.Security"
xmlns:nfc="clr-namespace:WorkFlowCheck.MAUI.Pages.NFC"
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" />
</Shell>