/// <summary> /// Constructor for the form. /// </summary> public HiddenForm() { InitializeComponent(); optionsForm = new OptionsForm(this); ListenForSuccessor(); }