251029
This commit is contained in:
20
FATrace.WPLApp/ViewModels/FootViewModel.cs
Normal file
20
FATrace.WPLApp/ViewModels/FootViewModel.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using FATrace.WPLApp.Core;
|
||||
using FATrace.WPLApp.Services;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.WPLApp.ViewModels
|
||||
{
|
||||
public class FootViewModel : NavigationViewModel
|
||||
{
|
||||
public FootViewModel(SysRunService sysRunService)
|
||||
{
|
||||
SysRunService = sysRunService;
|
||||
}
|
||||
|
||||
public SysRunService SysRunService { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user