Exemple #1
0
 private void helpToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     information info = new information();
     info.ShowDialog();
 }
 private void button5_Click(object sender, EventArgs e)
 {
     information info = new information();
     info.ShowDialog();
 }
        private void button5_Click(object sender, EventArgs e)
        {
            information info = new information();

            info.ShowDialog();
        }