Files
Web_CRICS_Server_VS2010_Prod/RCUHost/New_IRoomStatusReceiver.cs
2025-12-11 09:17:16 +08:00

13 lines
194 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace RCUHost
{
public interface New_IRoomStatusReceiver
{
//void QueryRoomStatus();
}
}