Files
ADP/UIShare/PubEvent/AlarmEvent.cs
2026-07-14 14:13:39 +08:00

13 lines
226 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UIShare.PubEvent
{
public class AlarmEvent :PubSubEvent<Tuple<string,string>>
{
}
}