コード例 #1
0
        protected override void derivedPrint(DLink pLink)
        {
            Debug.Assert(pLink != null);
            Font pNode = (Font)pLink;

            pNode.Print();
        }