Пример #1
0
 public bool Acquire()
 {
     if (target.Acquire(q1, q2, q3, q4))
     {
         locked = true;
     }
     return(locked);
 }