Exemplo n.º 1
0
 private void thoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Information info = new Information();
     info.ShowDialog();
 }
Exemplo n.º 2
0
 //information shortcut
 private void helpToolStripButton_Click(object sender, EventArgs e)
 {
     Information info = new Information();
     info.ShowDialog();
 }