其他程序的CAN CANFD LIN的移植
This commit is contained in:
14
CapMachine.Wpf/PrismEvent/LogicRuleChangeEvent.cs
Normal file
14
CapMachine.Wpf/PrismEvent/LogicRuleChangeEvent.cs
Normal 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 LogicRuleChangeEvent : PubSubEvent<string>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user