Пример #1
0
 protected void DisposeGlyphList()
 {
     if (_glyphList != null)
     {
         try
         {
             _glyphList.Dispose();
         }
         finally
         {
             _glyphList = null;
         }
     }
 }