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

16 lines
287 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 GetdwgFileIdEvent : PubSubEvent<string>
{
}
}