Супер пупер завершенная лаба 6
This commit is contained in:
parent
c820f6ad4c
commit
3264a8ed5d
@ -134,6 +134,5 @@ namespace AircraftCarrier.Generics
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user