diff --git a/HoistingCrane/HoistingCrane/FormCarConfig.cs b/HoistingCrane/HoistingCrane/FormCarConfig.cs index 1908fc4..2d0cd40 100644 --- a/HoistingCrane/HoistingCrane/FormCarConfig.cs +++ b/HoistingCrane/HoistingCrane/FormCarConfig.cs @@ -45,7 +45,6 @@ namespace HoistingCrane { _carDelegate += carDelegate; } - } /// /// Отрисовка объекта @@ -105,6 +104,7 @@ namespace HoistingCrane { (sender as Panel)?.DoDragDrop((sender as Panel)?.BackColor ?? Color.White, DragDropEffects.Move | DragDropEffects.Copy); } + /// /// Передача объекта /// @@ -118,6 +118,7 @@ namespace HoistingCrane Close(); } } + /// /// Прорисовка основным цветом ///