using Newtonsoft.Json.Linq;
using Prism.Events;
namespace SWS.CAD.Event
{
public class treeNodeChangeEvent : PubSubEvent<Model.TreeModel>
}