private void settingsToolStripMenuItem_Click(object sender, EventArgs e) { var pathForm = new OpenRW.Settings(); pathForm.ShowDialog(); }