Files
IOT/BaseFrame/PubEvent/WaitingEvent.cs
2025-12-19 10:28:46 +08:00

13 lines
215 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BaseFrame.PubEvent
{
public class WaitingEvent : PubSubEvent<bool>
{
}
}