导入和导出的功能

This commit is contained in:
2026-05-08 15:48:49 +08:00
parent a8c5cda332
commit 0be171ee32
18 changed files with 3039 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
using Prism.Events;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CapMachine.Wpf.PrismEvent
{
public class CanLinConfigChangedEvent : PubSubEvent<string>
{
}
}