增加公共操作的方法,过热度和过冷度的配置弹窗设置
This commit is contained in:
17
CapMachine.Wpf/PrismEvent/ComDialogEvent.cs
Normal file
17
CapMachine.Wpf/PrismEvent/ComDialogEvent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Prism.Events;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// 公共弹窗事件
|
||||
/// </summary>
|
||||
public class ComDialogEvent : PubSubEvent<ComDialogMsg>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user