009_DI-Elec/newFront/c#前端/SWS.CAD/Event/NewComponent_LostFocusEvent.cs

14 lines
268 B
C#
Raw Normal View History

2025-08-15 16:34:31 +08:00
using Newtonsoft.Json.Linq;
using Prism.Events;
2025-09-04 18:28:02 +08:00
using SWS.Model;
2025-08-15 16:34:31 +08:00
namespace SWS.CAD.Event
{
/// <summary>
/// 新增元件页面的失去焦点事件
/// </summary>
public class NewComponent_LostFocusEvent : PubSubEvent<propertyModel>
{
}
}