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

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

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

            About.ShowDialog();
        }