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