10 lines
145 B
C#
Raw Normal View History

2025-08-15 16:34:31 +08:00
using Newtonsoft.Json.Linq;
using Prism.Events;
namespace SWS.CAD.Event
{
public class IORelationEvent : PubSubEvent<bool>
{
}
}