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