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