Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new handle slider.
 /// </summary>
 /// <param name="parentHandle">Handle that the slider belongs to.</param>
 public HandleSlider(Handle parentHandle)
 {
     parentHandle.RegisterSlider(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new handle slider.
 /// </summary>
 /// <param name="parentHandle">Handle that the slider belongs to.</param>
 public HandleSlider(Handle parentHandle)
 {
     parentHandle.RegisterSlider(this);
 }