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

10 lines
149 B
C#

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