예제 #1
0
 private void Attach()
 {
     ValueProperty.Attach(OnValueChanged);
     MaximumProperty.Attach(OnMaximumChanged);
 }