Готовая лабораторная работа 5

This commit is contained in:
sqdselo 2024-04-29 12:19:14 +04:00
parent ccc5ae5227
commit 04c45def82

View File

@ -45,7 +45,6 @@ namespace HoistingCrane
{
_carDelegate += carDelegate;
}
}
/// <summary>
/// Отрисовка объекта
@ -105,6 +104,7 @@ namespace HoistingCrane
{
(sender as Panel)?.DoDragDrop((sender as Panel)?.BackColor ?? Color.White, DragDropEffects.Move | DragDropEffects.Copy);
}
/// <summary>
/// Передача объекта
/// </summary>
@ -118,6 +118,7 @@ namespace HoistingCrane
Close();
}
}
/// <summary>
/// Прорисовка основным цветом
/// </summary>