Inheritance: System.Windows.Forms.Form
Example #1
0
 private void aboutWhatForensicsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutView about = new AboutView();
     about.Show();
 }
Example #2
0
        private void aboutWhatForensicsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutView about = new AboutView();

            about.Show();
        }