using System; using System.Collections.Generic; using System.Linq; using System.Text; using SuperSocket.SocketBase; using SuperSocket.SocketBase.Protocol; namespace SensorHub.LampNBServer { public class LampConfigSession : AppSession<LampConfigSession, StringRequestInfo> { } }