Beispiel #1
0
 private void miAbout_Click(object sender, EventArgs e) {
    fAboutBox about = new fAboutBox();
    about.Show();
 }
Beispiel #2
0
        private void miAbout_Click(object sender, EventArgs e)
        {
            fAboutBox about = new fAboutBox();

            about.Show();
        }