Ejemplo n.º 1
0
        private void toolStripButton5_Click(object sender, EventArgs e)
        {
            WebsiteHistory wh = new WebsiteHistory();

            wh.MdiParent = this;
            wh.Show();
        }
Ejemplo n.º 2
0
        private void websiteHistoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            WebsiteHistory wh = new WebsiteHistory();

            wh.MdiParent = this;
            wh.Show();
        }