예제 #1
0
        private void newPathBt_Click(object sender, EventArgs e)
        {
            PathEditor childForm = new PathEditor();

            childForm.MdiParent = this;
            childForm.Text      = "Path";
            childForm.Show();
        }