将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Prism.Events;
|
||||
using XP.Hardware.Detector.Abstractions;
|
||||
|
||||
namespace XP.Hardware.Detector.Abstractions.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// 图像采集事件 | Image captured event
|
||||
/// 当探测器采集到新图像时触发
|
||||
/// 线程安全:使用 Prism EventAggregator 确保线程安全的发布和订阅
|
||||
/// </summary>
|
||||
public class ImageCapturedEvent : PubSubEvent<ImageCapturedEventArgs>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user