Exemplo n.º 1
0
 // static constructor
 static CRC16()
 {
     _crc16TablesCache = Hashtable.Synchronized(new Hashtable());
     _defaultCRC = new CRC16();
 }
Exemplo n.º 2
0
 // static constructor
 static CRC16()
 {
     _crc16TablesCache = Hashtable.Synchronized(new Hashtable());
     _defaultCRC       = new CRC16();
 }