Пример #1
0
        void OnTimeIn(ReceivedCommand arguments)
        {
            UInt32 time = arguments.ReadBinUInt32Arg();

            TimeData(time);
        }