override protected void derivedWash(DLink pLink) { Debug.Assert(pLink != null); BoxSprite pNode = (BoxSprite)pLink; pNode.Wash(); }
public static void Remove(BoxSprite pSprite) { Debug.Assert(pMan != null); Debug.Assert(pSprite != null); pMan.baseRemove(pSprite); pSprite.Wash(); }
protected override void DerivedWash(DLink pDLink) { Debug.Assert(pDLink != null); BoxSprite pBSnode = (BoxSprite)pDLink; pBSnode.Wash(); }