NFC Test vol 1.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user