11 lines
176 B
C#
11 lines
176 B
C#
using Newtonsoft.Json.Linq;
|
|
using Prism.Events;
|
|
using SWS.Model;
|
|
|
|
namespace SWS.CAD.Event
|
|
{
|
|
public class SelectionChangeEvent : PubSubEvent<propertyModel>
|
|
{
|
|
}
|
|
}
|