コード例 #1
0
        private TouchPoint GetTouchPoint(int deviceId)
        {
            if (_points == null)
            {
                return(null);
            }

            return(_points.FirstOrDefault(p => p.TouchDevice.Id == deviceId));
        }