예제 #1
0
        private void btnHelp_Click(object sender, EventArgs e)
        {
            // This allows us to have external help by pulling up a web site in the application
            Form form = new frmHelp(currentBMP().HelpURL);

            form.ShowDialog();
        }
예제 #2
0
        private void btnHelp_Click(object sender, EventArgs e)
        {
            // This allows us to have external help by pulling up a web site in the application
            Form form = new frmHelp("https://stormwater.ucf.edu/research-publications/");

            form.ShowDialog();
        }