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

16 lines
292 B
C#

using Newtonsoft.Json.Linq;
using Prism.Events;
using SWS.CAD.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SWS.CAD.Event
{
public class getPropertyEvent : PubSubEvent<List<string>>
{
}
}