Пример #1
0
        private void menuItemSettings_Click(object sender, EventArgs e)
        {
            var settingsForm = new Settings();

            settingsForm.ShowDialog();
            settingsForm.BringToFront();
            settingsForm.Activate();
            // Right now, this is not staying in the front because the main form minimizes if it loses focus
        }