示例#1
0
 private void UnpinObject(Entry e)
 {
     if (e.pin != null)
     {
         e.Unpin();
         nPinned -= 1;
     }
 }