Ejemplo n.º 1
0
 /// <summary>
 /// 即将交换
 /// </summary>
 private void SoonSwap()
 {
     if (SwapEvent != null && SwapEvent(selectItem, this))
     {
         selectItem.Swap(this);
     }
     selectItem = null;
 }