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