V1版本
This commit is contained in:
@@ -9,7 +9,7 @@ namespace CapMachine.Wpf.ViewModels
|
||||
{
|
||||
public class MainViewModel : NavigationViewModel
|
||||
{
|
||||
public MainViewModel(IRegionManager region, INavigationMenuService menuService, SysService sysService)
|
||||
public MainViewModel(IRegionManager region, INavigationMenuService menuService, SysRunService sysService)
|
||||
{
|
||||
this.region = region;
|
||||
MenuService = menuService;
|
||||
@@ -18,7 +18,7 @@ namespace CapMachine.Wpf.ViewModels
|
||||
}
|
||||
|
||||
public INavigationMenuService MenuService { get; }
|
||||
public SysService SysService { get; }
|
||||
public SysRunService SysService { get; }
|
||||
public DelegateCommand<NavigationItem> NavigateCommand { get; private set; }
|
||||
|
||||
private int selectedIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user