Malin D.V. Lab work 5 #5

Merged
eegov merged 5 commits from LabWork_05 into LabWork_04 2022-10-28 08:58:52 +04:00
Owner
No description provided.
Danil_Malin added 4 commits 2022-10-27 19:49:59 +04:00
Danil_Malin added 1 commit 2022-10-27 20:08:01 +04:00
Danil_Malin requested review from eegov 2022-10-27 20:11:50 +04:00
eegov approved these changes 2022-10-28 08:58:46 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +145,4 @@
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void LabelDopColor_DragEnter(object sender, DragEventArgs e)
Collaborator

Логика DragEnter основного цвета идентична логике DragEnter дополнительного цвета и отдельная обработка тут не нужна

Логика DragEnter основного цвета идентична логике DragEnter дополнительного цвета и отдельная обработка тут не нужна
@ -0,0 +167,4 @@
{
if (e.Data.GetDataPresent(typeof(Color)))
{
if(warmlyLocomotive.Locomotive is EntityWarmlyLocomotive entityWarmlyLocomotive)
Collaborator

А что мешало в первом if через _locomotive.Locomotive сразу попробовать получить entityWarmlyLocomotive?

А что мешало в первом if через _locomotive.Locomotive сразу попробовать получить entityWarmlyLocomotive?
eegov merged commit b9ab2c6da9 into LabWork_04 2022-10-28 08:58:52 +04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Danil_Malin/PIbd-21_Malin_D.V._WarmlyLocomotive_Base#5
No description provided.