Пример #1
0
        public SurfaceCommand(UInt16 cmdType)
        {
            if (remotefx == null)
                remotefx = new RemoteFX();

            this.cmdType = cmdType;
        }
Пример #2
0
        public SurfaceCommand()
        {
            if (remotefx == null)
                remotefx = new RemoteFX();

            this.cmdType = 0;
        }