private void showChartDialog(string url, string title) { frmBrowser = new FrmBrowser(); frmBrowser.Text = title; frmBrowser.SetUrl(url); frmBrowser.Show(); }