Exemplo n.º 1
0
 /// <summary>
 /// Default Constructor for the LEGOLaser object.
 /// </summary>
 public LEGOLaser()
 {
     //Create the MCCDaq object
     this._daq = new MCCDaq();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Default constructor for the LEGOPotentiostat object.
 /// </summary>
 public LEGOPotentiostat()
 {
     //Create the MCCDaq object
     this._daq = new MCCDaq();
 }