private void belWebDataToolStripMenuItem_Click(object sender, EventArgs e) { try { BelWebViewData wnd = new BelWebViewData(config); wnd.MdiParent = this; wnd.Show(); wnd.Activate(); } catch (Exception ex) { MessageBox.Show(ex.TargetSite + " " + ex.Message, "Error!", MessageBoxButtons.OK, MessageBoxIcon.Error); } }
private void ToolStripMenuItemBelWebViewData_Click(object sender, EventArgs e) { try { BelWebViewData wnd = new BelWebViewData(config); wnd.MdiParent = this; wnd.Show(); wnd.Activate(); } catch (Exception ex) { } }