Inheritance: System.Windows.Forms.Form
Exemple #1
0
 private void toolStripMenuItem1_Click_1(object sender, EventArgs e)
 {
     OptionsForm optionsDialog = new OptionsForm();
     optionsDialog.ShowDialog(this);
 }
Exemple #2
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     OptionsForm optionsDialog = new OptionsForm();
     optionsDialog.ShowDialog(this);
 }