示例#1
0
文件: Base.cs 项目: xiongfj/Backup
 public void DeleteAll(string table)
 {
     mDBHelper.DeleteAll(table);
 }