private void toolStripButton5_Click(object sender, EventArgs e) { WebsiteHistory wh = new WebsiteHistory(); wh.MdiParent = this; wh.Show(); }
private void websiteHistoryToolStripMenuItem_Click(object sender, EventArgs e) { WebsiteHistory wh = new WebsiteHistory(); wh.MdiParent = this; wh.Show(); }