Krasnikov D.D Lab work 5 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LABA5"
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 +14,4 @@
public partial class FormTraktorConfig : Form
{
TractorDraw _traktor = null;
private event TraktorDelegate EventAddTraktor;
Делегат следовало заменить на встроенный
@ -0,0 +124,4 @@
}
}
private void LabelDopColor_DragEnter(object sender, DragEventArgs e)
Логика DragEnter основного цвета идентична логике DragEnter дополнительного цвета и отдельная обработка тут не нужна
Pull request closed