Exemplo n.º 1
0
        public void Save(string rTableName)
        {
            IDataStorageTable rTable = null;

            if (this.mDataTables.TryGetValue(rTableName, out rTable))
            {
                rTable.Save();
            }
        }