Ejemplo n.º 1
0
 internal Plm(ISerialPortController serialPortController)
     : base(serialPortController)
 {
     this.led       = new PlmLed(this);
     this.setButton = new PlmSetButton(this);
     this.network   = new PlmNetwork(this);
 }
Ejemplo n.º 2
0
 internal Plm(ISerialPortController serialPortController)
     : base(serialPortController)
 {
     this.led = new PlmLed(this);
     this.setButton = new PlmSetButton(this);
     this.network = new PlmNetwork(this);
 }