Exemplo n.º 1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutDialog  dialog = new AboutDialog();
     DialogResult resuls = dialog.ShowDialog();
 }