双队列的打通 实时按钮的切换 补充测试用例
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace XplorePlane.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// 探测器断连事件。
|
||||
/// 当探测器连接状态从已连接变为断开时,由 AppStateService 发布。
|
||||
/// </summary>
|
||||
public sealed class DetectorDisconnectedEvent : PubSubEvent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user