Beispiel #1
0
        private void HelpAbout_Click(object sender, EventArgs e)
        {
            AboutForm about = new AboutForm();

            about.ShowDialog();
        }
Beispiel #2
0
        public void ToolStripAboutButton_Click(object sender, EventArgs e)
        {
            AboutForm about = new AboutForm();

            about.ShowDialog();
        }