Esempio n. 1
0
        public SurfaceCommand(UInt16 cmdType)
        {
            if (remotefx == null)
                remotefx = new RemoteFX();

            this.cmdType = cmdType;
        }
Esempio n. 2
0
        public SurfaceCommand()
        {
            if (remotefx == null)
                remotefx = new RemoteFX();

            this.cmdType = 0;
        }