using Prism.Events;
namespace XP.Hardware.RaySource.Abstractions.Events
{
///
/// PVI 变量连接状态变更事件 | PVI variables connection state changed event
/// Payload: true = 已连接, false = 已断开 | true = connected, false = disconnected
///
public class VariablesConnectedEvent : PubSubEvent
{
}
}