Exemplo n.º 1
0
        void Buttons(int button, bool push)
        {
            if (push)
            {
                switch (button)
                {
                case 1:
                {
                    IR1.GetStandardCmdFromIRCmd("On");

                    IR1.SendSerialData("1");

                    break;
                }
                }
            }
        }