удалены TODO
This commit is contained in:
parent
65a980276a
commit
596a483a90
@ -102,7 +102,6 @@ namespace ProjectStormTrooper
|
|||||||
{
|
{
|
||||||
(sender as Panel)?.DoDragDrop((sender as Panel)?.BackColor, DragDropEffects.Move | DragDropEffects.Copy);
|
(sender as Panel)?.DoDragDrop((sender as Panel)?.BackColor, DragDropEffects.Move | DragDropEffects.Copy);
|
||||||
|
|
||||||
// TODO отправка цвета в Drag&Drop
|
|
||||||
}
|
}
|
||||||
private void LabelColors_DragEnter(object? sender, DragEventArgs e)
|
private void LabelColors_DragEnter(object? sender, DragEventArgs e)
|
||||||
{
|
{
|
||||||
@ -136,7 +135,6 @@ namespace ProjectStormTrooper
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Реализовать логику смены цветов: основного и дополнительного (для продвинутого объекта)
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Передача объекта
|
/// Передача объекта
|
||||||
|
Loading…
x
Reference in New Issue
Block a user