Ejemplo n.º 1
0
        private void ExecuteAddArduinoGauge(object o)
        {
            ArduinoGauge arduinoGauge = new ArduinoGauge();

            arduinoGauge.SetOwner(this);
            ArduinoGaugeList.Add(arduinoGauge);
        }
Ejemplo n.º 2
0
 public void SetOwner(ArduinoGauge arduinoGauge)
 {
     owner = arduinoGauge;
     UpdateStatus();
     OnPointChanged(this, null);
 }