/// <summary> /// 释放资源 /// </summary> public void ReleaseTable() { mTable.Dispose(); mAdapter.Dispose(); }