예제 #1
0
        static void BacklightTimerOff(object state)
        {
            LCD lcd = (LCD)state;

            lcd.backlightOff();
        }