public DirectionButtonAccessibleObject(UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject parent, bool up)
 {
     this.parent = parent;
     this.up = up;
 }
 public DirectionButtonAccessibleObject(UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject parent, bool up)
 {
     this.parent = parent;
     this.up     = up;
 }