Esempio n. 1
0
 /// <summary>
 ///     PreReset.
 /// </summary>
 /// <param name="args">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 private static void Drawing_OnPreReset(System.EventArgs args)
 {
     FontCaption.OnResetDevice();
     FontMenuSymbol.OnResetDevice();
 }
Esempio n. 2
0
 /// <summary>
 ///     PostReset.
 /// </summary>
 /// <param name="args">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 private static void Drawing_OnPostReset(System.EventArgs args)
 {
     FontCaption.OnLostDevice();
 }