在指定MDI父窗体时,我中间的这句cd.MdParent =后面如果不用"this",我是要其它的MDI窗体,要怎么样写呢?
FrmChartDataLoac cd = new FrmChartDataLoac();
            cd.MdiParent = this;
            cd.Show();