Sic.Framework-Nanjing-Baishi/MECF.Framework.UI.Client/Core/Misc.cs

17 lines
351 B
C#
Raw Normal View History

namespace MECF.Framework.UI.Client.Core;
/// <summary>
/// 可用于EventAggregator发布和订阅的事件枚举。
/// </summary>
public enum CommonAggregatedEvents
{
/// <summary>
/// 锁定Recipe编辑器
/// </summary>
LockRecipeEditor,
/// <summary>
/// 进入只读模式
/// </summary>
EnterReadOnlyMode
}