返回提交历史
Modified
README.zh-CN.md
+1
-1
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
代码差异
1 个文件
+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>();