Example #1
0
 private static void DrawingOnOnPostReset(EventArgs args)
 {
     Text.OnResetDevice();
     TextBig.OnResetDevice();
     SmallText.OnResetDevice();
     TextWarning.OnResetDevice();
 }
Example #2
0
 private static void CurrentDomainOnDomainUnload(object sender, EventArgs eventArgs)
 {
     Text.Dispose();
     TextBig.Dispose();
     SmallText.Dispose();
     TextWarning.Dispose();
 }
 public DraggableStateTracker(int number)
     : base(number)
 {
     TextContainer.Add(dragStatus = new SmallText());
 }