Files
CapMachine/CapMachine.Wpf/PrismEvent/ProRunEvent.cs
Tyrone CT 1caa2fdd9f 补全其他参数的下载参数
运行 停止  暂停的防呆操作
2025-03-01 11:26:35 +08:00

15 lines
252 B
C#

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 ProRunEvent : PubSubEvent<ProRunEventMsg>
{
}
}