Files
CapMachine/CapMachine.Wpf/PrismEvent/ProStepDrawerEvent.cs
2024-07-28 22:59:11 +08:00

15 lines
251 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 ProStepDrawerEvent : PubSubEvent<string>
{
}
}