private void toolStripButtonOptiions_Click(object sender, EventArgs e) { Options_Form options = new Options_Form(this._receiver); options.Show(this); }
private void connectionToolStripMenuItem_Click(object sender, EventArgs e) { Options_Form options = new Options_Form(this._receiver); options.Show(this); }