예제 #1
0
 private static void DrawingOnOnPreReset(EventArgs args)
 {
     Text.OnLostDevice();
     TextLittle.OnLostDevice();
 }
예제 #2
0
 private static void CurrentDomainOnDomainUnload(object sender, EventArgs eventArgs)
 {
     Text.Dispose();
     TextLittle.Dispose();
 }