PIbd-23 Vrazhkin S.A. Work5 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab5"
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?
Зачтено с понижением балла(ов)
@ -4,3 +4,2 @@
{
public Color BatteryColor { get; private set; }
public Color RogaColor { get; private set; }
public Color BatteryColor { get; set; }
В классах-сущностях требовалось прописать методы для смены основного и дополнительного цветов
@ -0,0 +106,4 @@
DrawLoco();
}
private void labelAddColor_DragEnter(object sender, DragEventArgs e) {
Логика DragEnter основного цвета идентична логике DragEnter дополнительного цвета и отдельная обработка тут не нужна
Pull request closed