예제 #1
0
파일: CDraw.cs 프로젝트: da-ka/Vocaluxe
 /// <summary>
 ///     Unloads the current driver, e.g. to switch to another one
 /// </summary>
 public static void Close()
 {
     if (_Draw != null)
     {
         _Draw.Close();
         _Draw = null;
     }
 }