示例#1
0
 public Experiment()
 {
     B7_78 = new VoltmeterControl();
     B7_78.DataReceived += OnDataReceived;
     Settings = new TSettings();
     ExperimentCaption = "B7 78/1";
 }
示例#2
0
 public Experiment()
 {
     B7_78 = new VoltmeterControl();
     B7_78.DataReceived += OnDataReceived;
     appa109N = new Tsu.Voltmeters.Appa.Multimeter109NControl();
     Settings = new TSettings();
     ExperimentCaption = "B7 78/1 + APPA 109N";
 }