Exemplo n.º 1
0
        public static void Destroy()
        {
            // Get the instance
            FontManager pInstance = FontManager.PrivGetInstance();

            pInstance.BaseDestroy();
        }
Exemplo n.º 2
0
        public static void Destroy()
        {
            // Get the instance
            FontManager pMan = FontManager.PrivGetInstance();

#if (TRACK_DESTRUCTOR)
            Debug.WriteLine("--->FontMan.Destroy()");
#endif
            pMan.BaseDestroy();
        }