Ejemplo n.º 1
0
 private void NotifyChanged()
 {
     if (m_Owner != null)
     {
         m_Owner.NotifyChanged(nameof(AGauge.GaugeLabels));
     }
 }
Ejemplo n.º 2
0
 private void NotifyChanged()
 {
     if (Owner != null)
     {
         Owner.NotifyChanged(nameof(AGauge.GaugeRanges));
     }
 }