V1版本
This commit is contained in:
9
CapMachine.Wpf/PrismEvent/HistoryChartSetEvent.cs
Normal file
9
CapMachine.Wpf/PrismEvent/HistoryChartSetEvent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
public class HistoryChartSetEvent : PubSubEvent<ChartSetMsg>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user