Exemplo n.º 1
0
 private void optionsMenuItem_Click(object sender, System.EventArgs e)
 {
     OptionsForm optionsForm = new OptionsForm(m_pictureManager, 0);
     optionsForm.ShowDialog();
 }
Exemplo n.º 2
0
 private void notAssociatedButton_Click(object sender, System.EventArgs e)
 {
     this.hintsPanel.Visible = false;
     OptionsForm optionsForm = new OptionsForm(m_pictureManager, 5);
     optionsForm.ShowDialog();
 }