Exemplo n.º 1
0
 /// <summary>Copy Constructor</summary>
 /// <param name="other">another TemperatureCommand</param>
 public EngineCoolantTemperatureCommand(TemperatureCommand other)
     : base(other)
 {
 }
 /**
  * <p>Constructor for AmbientAirTemperatureCommand.</p>
  *
  * @param other a {@link com.github.pires.obd.commands.temperature.TemperatureCommand} object.
  */
 public AmbientAirTemperatureCommand(TemperatureCommand other)
     : base(other)
 {
 }