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