Exemplo n.º 1
0
 private void optionsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     OptionsForm opts = new OptionsForm(game);
     opts.Show();
 }
Exemplo n.º 2
0
 private void bntOptions_Click(object sender, RoutedEventArgs e)
 {
     OptionsForm optionsForm = new OptionsForm();
     optionsForm.Show();
 }