Esempio n. 1
0
            public static int MonocLedCtrlSupport()
            {
                int returns = GLedAPI.dllexp_MonocLedCtrlSupport();

                if (returns != 3)
                {
                    ConsoleColor def = Console.ForegroundColor;
                    Console.ForegroundColor = ConsoleColor.Red;
                    Console.WriteLine("MonocLedCtrlSupport: Program may not work correctly, expected '3' not '{0}'", returns);
                    Console.ForegroundColor = def;
                }
                return(returns);
            }