10 lines
159 B
C#
Raw Normal View History

2025-09-04 18:28:02 +08:00
using Prism.Events;
2025-08-15 16:34:31 +08:00
using System.Collections.Generic;
namespace SWS.CAD.Event
{
public class GetHandsIdEvent : PubSubEvent<List<string>>
{
}
}