双队列的打通 实时按钮的切换 补充测试用例

This commit is contained in:
zhengxuan.zhang
2026-05-06 23:25:37 +08:00
parent bd9b24beb1
commit d56caf1ab5
5 changed files with 731 additions and 0 deletions
@@ -0,0 +1,12 @@
using Prism.Events;
namespace XplorePlane.Events
{
/// <summary>
/// 探测器断连事件。
/// 当探测器连接状态从已连接变为断开时,由 AppStateService 发布。
/// </summary>
public sealed class DetectorDisconnectedEvent : PubSubEvent
{
}
}