添加项目文件。
This commit is contained in:
18
CapMachine.Wpf/PrismEvent/ChartRtEvent.cs
Normal file
18
CapMachine.Wpf/PrismEvent/ChartRtEvent.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using CapMachine.Wpf.Models;
|
||||
using Prism.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// 曲线实时传输数据实时值
|
||||
/// </summary>
|
||||
public class ChartRtEvent:PubSubEvent<List<ChartRtValue>>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user