Ejemplo n.º 1
0
 public ULenField(UNameField uName)
 {
     ByteValue = (byte)uName.ToBytes().Length;
 }
Ejemplo n.º 2
0
 public void FromUNameField(UNameField uName)
 {
     ByteValue = (byte)uName.ToBytes().Length;
 }