009_DI-Elec/newFront/c#前端/SWS.CAD/Event/NewComponent_LostFocusEvent.cs
2025-08-15 16:34:31 +08:00

20 lines
424 B
C#

using Newtonsoft.Json.Linq;
using Prism.Events;
using SWS.CAD.Models;
using SWS.CAD.Views.CustomControl;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SWS.CAD.Event
{
/// <summary>
/// 新增元件页面的失去焦点事件
/// </summary>
public class NewComponent_LostFocusEvent : PubSubEvent<propertyModel>
{
}
}