Beispiel #1
0
        private void OnHelpAbout(object sender, EventArgs e)
        {
            var form = new AboutForm();

            form.ShowDialog(this);
        }
Beispiel #2
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutForm abt = new AboutForm();

            abt.ShowDialog();
        }