private void optionsToolStripMenuItem_Click(object sender, EventArgs e) { var of = new OptionsForm(); of.ShowDialog(this); }