Exemplo n.º 1
0
 private void ajuda_Click(object sender, EventArgs e)
 {
     Help diag = new Help();
     diag.ShowDialog();
 }