Exemple #1
0
 private void toolStripLabel1_Click(object sender, EventArgs e)
 {
     AboutBox1 Aboutbox = new AboutBox1();
     Aboutbox.ShowDialog();
 }
Exemple #2
0
        private void toolStripLabel1_Click(object sender, EventArgs e)
        {
            AboutBox1 Aboutbox = new AboutBox1();

            Aboutbox.ShowDialog();
        }