增加公共操作的方法,过热度和过冷度的配置弹窗设置
This commit is contained in:
24
CapMachine.Wpf/PrismEvent/ComDialogMsg.cs
Normal file
24
CapMachine.Wpf/PrismEvent/ComDialogMsg.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.PrismEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// 公共弹窗消息
|
||||
/// </summary>
|
||||
public class ComDialogMsg
|
||||
{
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///参数
|
||||
/// </summary>
|
||||
public object Par { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user