Exemple #1
0
        private void tbrHelpAbout_Click(object sender, EventArgs e)
        {
            FormAbout About = new FormAbout();

            About.ShowDialog();
        }
Exemple #2
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormAbout About = new FormAbout();

            About.ShowDialog();
        }
Exemple #3
0
        private void helpToolStripButton_Click(object sender, EventArgs e)
        {
            FormAbout About = new FormAbout();

            About.ShowDialog();
        }