Супер пупер завершенная лаба 6
This commit is contained in:
parent
c820f6ad4c
commit
3264a8ed5d
@ -134,6 +134,5 @@ namespace AircraftCarrier.Generics
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -92,7 +92,6 @@ namespace AircraftCarrier
|
||||
DragDropEffects.Move | DragDropEffects.Copy);
|
||||
}
|
||||
/// Проверка получаемой информации (ее типа на соответствие требуемому)
|
||||
|
||||
private void labelColor_DragEnter(object sender, DragEventArgs e)
|
||||
{
|
||||
if (e.Data?.GetDataPresent(typeof(Color)) ?? false)
|
||||
|
Loading…
Reference in New Issue
Block a user