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