private void Settings_Click(object sender, EventArgs e) { //настройки FormSettings frm = new FormSettings(); frm.ShowDialog(); //MessageBox.Show(qwe.MenuItems[0].Text); }
private void menuItemSettings_Click(object sender, EventArgs e) { FormSettings frm = new FormSettings(); frm.ShowDialog(); }