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