10 lines
142 B
C#
10 lines
142 B
C#
using Prism.Events;
|
|
|
|
namespace CapMachine.Wpf.PrismEvent
|
|
{
|
|
public class HistoryChartSetEvent : PubSubEvent<ChartSetMsg>
|
|
{
|
|
|
|
}
|
|
}
|