Skip to content
Snippets Groups Projects
Commit 8338f6ad authored by 韦鹏飞's avatar 韦鹏飞
Browse files

modefy:...

parent d8a4badf
Branches
No related merge requests found
......@@ -3,6 +3,7 @@ using azure_m.Views;
using System;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
using Microsoft.Identity.Client;
namespace azure_m
{
......@@ -14,10 +15,13 @@ namespace azure_m
InitializeComponent();
DependencyService.Register<MockDataStore>();
MainPage = new AppShell();
//VirtualNetworkPage = new AppShell();
DependencyService.Register<ResourceDataStore>();
MainPage = new AllResourcesPage();
//VirtualNetworkPage = new AppShell
}
protected override void OnStart()
{
}
......
......@@ -7,6 +7,7 @@
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.45.0" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.1" />
</ItemGroup>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment