Супер пупер завершенная лаба 6

This commit is contained in:
Extrimal 2023-11-29 12:55:55 +03:00
parent c820f6ad4c
commit 3264a8ed5d
2 changed files with 0 additions and 2 deletions

View File

@ -134,6 +134,5 @@ namespace AircraftCarrier.Generics
} }
return true; return true;
} }
} }
} }

View File

@ -92,7 +92,6 @@ namespace AircraftCarrier
DragDropEffects.Move | DragDropEffects.Copy); DragDropEffects.Move | DragDropEffects.Copy);
} }
/// Проверка получаемой информации (ее типа на соответствие требуемому) /// Проверка получаемой информации (ее типа на соответствие требуемому)
private void labelColor_DragEnter(object sender, DragEventArgs e) private void labelColor_DragEnter(object sender, DragEventArgs e)
{ {
if (e.Data?.GetDataPresent(typeof(Color)) ?? false) if (e.Data?.GetDataPresent(typeof(Color)) ?? false)