public void FakeClick()
 {
     InsetUIDict.INSETUIEQUIPMENTGRIDUP(id);
 }
    // 为去除警告暂时屏蔽以下代码
    //bool m_bIsDragging = false;

    //void OnDrag()
    //{
    //    m_bIsDragging = true;
    //}


    //void OnPress(bool isPressed)
    //{
    //    Mogo.Util.LoggerHelper.Debug("Pressed");
    //    if (!isPressed)
    //    {
    //        if (!m_bIsDragging)
    //        {
    //            InsetUIDict.INSETUIEQUIPMENTGRIDUP(id);
    //        }
    //        m_bIsDragging = false;
    //    }
    //}

    void OnClick()
    {
        InsetUIDict.INSETUIEQUIPMENTGRIDUP(id);
    }