Init() private method

private Init ( ) : ReturnValue
return ReturnValue
Ejemplo n.º 1
0
 static Applet()
 {
     LgLcd.Init();
     // Queue DeInit to be called on application exit
     AppDomain.CurrentDomain.ProcessExit += delegate {
         LgLcd.DeInit();
     };
 }