Esempio n. 1
0
 public TestDatabase()
 {
     tables = new Dictionary<ObjectName, ITable>();
     CellCache = new FakeCellCache();
 }
Esempio n. 2
0
 public TestDatabase()
 {
     tables    = new Dictionary <ObjectName, ITable>();
     CellCache = new FakeCellCache();
 }