Exemplo n.º 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();
        }
Exemplo n.º 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();
        }