protected override void derivedPrint(DLink pLink) { Debug.Assert(pLink != null); Sound pNode = (Sound)pLink; pNode.Print(); }