2025-08-15 16:34:31 +08:00
|
|
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
|
using Prism.Events;
|
2025-09-04 18:28:02 +08:00
|
|
|
|
using SWS.Model;
|
2025-08-15 16:34:31 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace SWS.CAD.Event
|
|
|
|
|
{
|
|
|
|
|
public class drawingChangeEvent : PubSubEvent<ec_drawing_file>
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|