009_DI-Elec/newFront/c#前端/SWS.CAD/Event/SelectionChangeEvent.cs
2025-09-04 18:28:02 +08:00

11 lines
176 B
C#

using Newtonsoft.Json.Linq;
using Prism.Events;
using SWS.Model;
namespace SWS.CAD.Event
{
public class SelectionChangeEvent : PubSubEvent<propertyModel>
{
}
}