コード例 #1
0
 /// <summary>
 /// Constructor for the form.
 /// </summary>
 public HiddenForm()
 {
     InitializeComponent();
     optionsForm = new OptionsForm(this);
     ListenForSuccessor();
 }
コード例 #2
0
 /// <summary>
 /// Constructor for the form.
 /// </summary>
 public HiddenForm()
 {
     InitializeComponent();
     optionsForm = new OptionsForm(this);
     ListenForSuccessor();
 }