static void OptionsClick(object sender, EventArgs e) { var options = new RBFOptionsDialog(); options.ShowDialog(); }