V1版本
This commit is contained in:
17
CapMachine.Wpf/PrismEvent/ChartSetEnableEvent.cs
Normal file
17
CapMachine.Wpf/PrismEvent/ChartSetEnableEvent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Prism.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Chart 设置是否启用的功能
|
||||
/// </summary>
|
||||
public class ChartSetEnableEvent : PubSubEvent<ChartSetEnableMsg>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user