Sikeres POST az eszközről
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:local="clr-namespace:WorkFlowCheck.MAUI"
|
||||
xmlns:security="clr-namespace:WorkFlowCheck.MAUI.Pages.Security"
|
||||
Shell.FlyoutBehavior="Disabled"
|
||||
Title="WorkFlowCheck.MAUI">
|
||||
|
||||
<ShellContent
|
||||
Title="Home"
|
||||
ContentTemplate="{DataTemplate local:MainPage}"
|
||||
Route="MainPage" />
|
||||
<ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" />
|
||||
<ShellContent Title="Login" ContentTemplate="{DataTemplate security:LoginPage}" Route="LoginPage" />
|
||||
|
||||
</Shell>
|
||||
|
||||
Reference in New Issue
Block a user