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