Exemplo n.º 1
0
        void ToolStripButton5Click(object sender, EventArgs e)
        {
            Past pastForm = new Past();

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

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