예제 #1
0
        public static void Print()
        {
            TextureManager pTextMan = TextureManager.privGetInstance();

            Debug.Assert(pTextMan != null);

            pTextMan.basePrint();
        }