Zakharov V. V. LabWork05 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork05"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +13,4 @@
public partial class FormTraktorConfig : Form
{
DrawningTraktor _traktor = null;
private event TraktorDelegate EventAddTraktor;
Делегат следовало заменить на встроенный
@ -0,0 +123,4 @@
}
}
private void LabelDopColor_DragEnter(object sender, DragEventArgs e)
Логика DragEnter основного цвета идентична логике DragEnter дополнительного цвета и отдельная обработка тут не нужна
Pull request closed