Exemplo n.º 1
0
        private void HLPRqst(object sender, HelpEventArgs hlpevent)
        {
            MovieLibraryMain myMainForm = new MovieLibraryMain();

            Form About = new About_Box.AboutBox();

            About.ShowDialog();
        }
Exemplo n.º 2
0
        private void HLPBtnClick(object sender, System.ComponentModel.CancelEventArgs e)
        {
            MovieLibraryMain myMainForm = new MovieLibraryMain();

            Form About = new About_Box.AboutBox();

            About.ShowDialog();
        }