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>

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

代码差异

1 个文件 +1 -1
Modified README.zh-CN.md +1 -1
@@ -73,7 +73,7 @@ private void App_UnhandledException(object sender, Microsoft.UI.Xaml.UnhandledEx
73 73 ```csharp
74 74 public class AppShellPageViewModel : ObservableObject
75 75 {
76 // 使用 GetService 获取服务新实例
76 // 使用 GetService 获取服务实例
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>();