提交了仪表的模型
This commit is contained in:
17
CapMachine.Wpf/ViewModels/FooterViewModel.cs
Normal file
17
CapMachine.Wpf/ViewModels/FooterViewModel.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using CapMachine.Core;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.ViewModels
|
||||
{
|
||||
public class FooterViewModel : NavigationViewModel
|
||||
{
|
||||
public FooterViewModel()
|
||||
{
|
||||
var dd = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user