Пример #1
0
 internal static void CloseAll()
 {
     if (_dock != null)
     {
         _dock.Close();
     }
 }