实现CAN/CANFD/LIN配置导入导出功能 - 从嘉兴分支ea58e033移植

This commit is contained in:
2026-04-03 22:43:10 +08:00
parent 219b7e5829
commit 48514b3162
12 changed files with 1588 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
using Prism.Events;
namespace CapMachine.Wpf.PrismEvent
{
/// <summary>
/// CAN/CANFD/LIN 配置变更事件。
/// </summary>
public class CanLinConfigChangedEvent : PubSubEvent<string>
{
}
}