You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2026. It is now read-only.
请问NavigationContext = navigationContext中的 navigationContext使用什么方法得到,谢谢。
public MainViewModel(IEnumerable modules,
IServiceProvider serviceProvider,
NavigationService navigationService,
IDialogService dialogService,
IRegionManager regionManager,
ILogger logger)
{
_logger = logger;
_navigationService = navigationService;
_serviceProvider = serviceProvider;
_dialogService = dialogService;
_regionManager = regionManager;
}
Advantech.IIoTDAQ.zip