XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.WinUIHelper

【DLL】WinUI的各种工具类,帮助开发者快速构建一个模块化的WinUI项目

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.WinUIHelper

Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

799e2e4
Tom Smith <132526994+XFEstudio@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -73,7 +73,7 @@ Create a Shell page (e.g. `AppShellPage`) containing a `NavigationView` and bind
73 73 ```csharp
74 74 public class AppShellPageViewModel : ObservableObject
75 75 {
76 // Use GetService to obtain a new service instance
76 // Use GetService to obtain a service instance
77 77 public INavigationViewService NavigationViewService { get; set; } = ServiceManager.GetService<INavigationViewService>();
78 78 public IMessageService MessageService { get; set; } = ServiceManager.GetService<IMessageService>();
79 79 public ILoadingService LoadingService { get; set; } = ServiceManager.GetService<ILoadingService>();