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
{
///
/// 新增元件页面的失去焦点事件
///
public class NewComponent_LostFocusEvent : PubSubEvent
{
}
}