Exemplo n.º 1
0
 public LockFile(string filepath)
 {
     this.filepath = filepath;
       this.disposeHelper = new LockFile.DisposeHelper(this);
 }