Exemple #1
0
 private void settingsMenuItem_Click(object sender, EventArgs e)
 {
     using (SettingsForm sf = new SettingsForm())
         sf.ShowDialog();
 }
 private void settingsMenuItem_Click(object sender, EventArgs e)
 {
     using (SettingsForm sf = new SettingsForm())
         sf.ShowDialog();
 }