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

10 lines
160 B
C#

using Prism.Events;
using System.Collections.Generic;
namespace SWS.CAD.Event
{
public class getPropertyEvent : PubSubEvent<List<string>>
{
}
}