Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
azure
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
韦鹏飞
azure
Commits
8338f6ad
Commit
8338f6ad
authored
2 years ago
by
韦鹏飞
Browse files
Options
Downloads
Patches
Plain Diff
modefy:...
parent
d8a4badf
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
azure_m/azure_m/azure_m/App.xaml.cs
+6
-2
6 additions, 2 deletions
azure_m/azure_m/azure_m/App.xaml.cs
azure_m/azure_m/azure_m/azure_m.csproj
+1
-0
1 addition, 0 deletions
azure_m/azure_m/azure_m/azure_m.csproj
with
7 additions
and
2 deletions
azure_m/azure_m/azure_m/App.xaml.cs
+
6
−
2
View file @
8338f6ad
...
...
@@ -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
()
{
}
...
...
This diff is collapsed.
Click to expand it.
azure_m/azure_m/azure_m/azure_m.csproj
+
1
−
0
View file @
8338f6ad
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment