Exemplo n.º 1
0
 private void settingsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     SettingsForm settingsForm = new SettingsForm();
     settingsForm.ShowDialog();
 }
Exemplo n.º 2
0
 private void settingsButton_Click(object sender, EventArgs e)
 {
     SettingsForm settingsForm = new SettingsForm();
     settingsForm.ShowDialog();
 }