hch
17 小时以前 6e55b6042adcab2ae50a2c8f23baf8dbfd6ff2b9
Main/System/Scroll/ScrollerController.cs
@@ -110,7 +110,7 @@
    }
    // 获取总的Cell数目(含不显示的)
    public int GetNumberOfCells()
    public int GetCellTotalCount()
    {
        return _data.Count;
    }