Ejemplo n.º 1
0
        private static void MainPointerAngle_Changed(DependencyObject o, DependencyPropertyChangedEventArgs args)
        {
            ctlGauge thisClass = (ctlGauge)o;

            thisClass.SetMainPointerAngle();
        }
Ejemplo n.º 2
0
        private static void CurrentValue_Changed(DependencyObject o, DependencyPropertyChangedEventArgs args)
        {
            ctlGauge thisClass = (ctlGauge)o;

            thisClass.SetCurrentValue();
        }