Example #1
0
 public static void FreeGraphic()
 {
     if (Graphics != null)
     {
         Graphics.Dispose();
     }
     Graphics = null;
 }