Example #1
0
 public void TryAttachPin()
 {
     ResetTemporaryPos();
     if (_overlapedPin)
     {
         _overlapedPin.AttachPin();
     }
     else
     {
     }
 }