Exemplo n.º 1
0
        public static void DumpLists()
        {
            ProxySpriteManager pMan = ProxySpriteManager.privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("------ ProxySprite Manager Lists ------");
            pMan.baseDumpLists();
        }