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

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

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