Ejemplo n.º 1
0
 static TableSingleton()
 {
     Singleton = TableData.CreateUnitialized(typeof(TDataRecord));
     Singleton.Initialize();
 }