Пример #1
0
 public Bits(Hex hexData)
 {
     this.createArray(hexData.ToBytes());
 }
Пример #2
0
 public Hex(Hex hexData)
 {
     this.bytes = hexData.ToBytes();
 }