コード例 #1
0
ファイル: frmChild.cs プロジェクト: phandd/PascalEditor
        public frmGoTo creatFrmGoTo()
        {
            frmGoTo frmGt = new frmGoTo(this);

            return(frmGt);
        }