コード例 #1
0
ファイル: AstroData.cs プロジェクト: pprasit/Project
        public static void ReturnAckState(String DataGroupID, STATIONNAME StationName, DEVICENAME DeviceName)
        {
            StationHandler ExistingStation = KeeperData.FirstOrDefault(Item => Item.StationName == StationName);

            ExistingStation.ReturnAckState(DataGroupID, DeviceName);
        }