Ejemplo n.º 1
0
 public XLock(IntPtr display)
 {
     this         = new XLock();
     this.Display = display;
     Functions.XLockDisplay(this.Display);
 }
Ejemplo n.º 2
0
Archivo: XLock.cs Proyecto: Zeludon/FEZ
 public XLock(IntPtr display)
 {
     this = new XLock();
       this.Display = display;
       Functions.XLockDisplay(this.Display);
 }