using Prism.Events;
namespace SWS.CAD.Event
{
public class checkInResultEvent : PubSubEvent<bool>
}