Example #1
0
File: Form1.cs Project: aakopa/HDAM
 private void toolStripLabel1_Click(object sender, EventArgs e)
 {
     AboutBox1 Aboutbox = new AboutBox1();
     Aboutbox.ShowDialog();
 }
Example #2
0
        private void toolStripLabel1_Click(object sender, EventArgs e)
        {
            AboutBox1 Aboutbox = new AboutBox1();

            Aboutbox.ShowDialog();
        }