Beispiel #1
0
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 /// <param name="disposing">
 /// A value indicating whether the dispose or the finalize process should be started.
 /// </param>
 public static void Dispose(bool disposing)
 {
     if (disposing)
     {
         FormsKeyboard.Stop();
     }
 }