Files
IOT/UIShare/PubEvent/LoginSuccessEvent.cs
2026-01-14 11:22:58 +08:00

13 lines
210 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UIShare.PubEvent
{
public class LoginSuccessEvent:PubSubEvent
{
}
}