Exemple #1
0
 /// <summary>
 ///     Unloads the current driver, e.g. to switch to another one
 /// </summary>
 public static void Close()
 {
     if (_Draw != null)
     {
         _Draw.Close();
         _Draw = null;
     }
 }