Example #1
0
        void ToolStripButton5Click(object sender, EventArgs e)
        {
            Past pastForm = new Past();

            pastForm.MdiParent = this;
            pastForm.Show();
        }
Example #2
0
        void PastToolStripMenuItemClick(object sender, EventArgs e)
        {
            Past pastForm = new Past();

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