提交了仪表的模型
This commit is contained in:
20
CapMachine.Wpf/Services/ConfigService.cs
Normal file
20
CapMachine.Wpf/Services/ConfigService.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Prism.Mvvm;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 配置服务中心
|
||||
/// </summary>
|
||||
public class ConfigService:BindableBase
|
||||
{
|
||||
public ConfigService()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user