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

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

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