009_DI-Elec/newFront/c#前端/SWS.CAD/Event/SelectProjectEvent.cs

11 lines
193 B
C#
Raw Normal View History

2025-08-15 16:34:31 +08:00
using System.Collections.Generic;
using Prism.Events;
using SWS.CAD.Models;
namespace SWS.CAD.Event
{
public class SelectProjectEvent : PubSubEvent<List<ec_notification>>
{
}
}