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