override protected void DerivedWashNode(DLink pLink) { Debug.Assert(pLink != null); Sound pNode = (Sound)pLink; pNode.Wash(); }
public static void Remove(Sound pSound) { Debug.Assert(pMan != null); Debug.Assert(pSound != null); pMan.baseRemove(pSound); pSound.Wash(); }
override protected void derivedWash(DLink pLink) { Sound pNode = (Sound)pLink; pNode.Wash(); }