исправления
This commit is contained in:
parent
c9ae96ef55
commit
78e456a455
@ -57,6 +57,7 @@ namespace HoistingCrane
|
||||
{
|
||||
(sender as Label).DoDragDrop((sender as Label).Name, DragDropEffects.Move | DragDropEffects.Copy);
|
||||
}
|
||||
|
||||
//проверка получаемой информации (ее типа на соответствие требуемому)
|
||||
private void PanelObject_DragEnter(object sender, DragEventArgs e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user