Исправление ошибок при событии DragEnter для доп. цвета

This commit is contained in:
Валерия Никифорова 2022-10-28 20:00:17 +04:00
parent f76c9a2d47
commit ba8006d2d1

View File

@ -315,6 +315,7 @@
this.labelDopColor.Text = "Доп. цвет";
this.labelDopColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.labelDopColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelDopColor_DragDrop);
this.labelDopColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelDopColor_DragEnter);
//
// labelBaseColor
//