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(); }
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(); }