Ejemplo n.º 1
0
 public static LoRom FromPCAddress(int value)
 {
     BitHelper.ToLoRom(ref value, out value);
     return(new LoRom(value));
 }