Mochalov D.V. LabWork2 #2

Merged
eegov merged 11 commits from LabWork02 into LabWork01 2022-09-30 09:45:11 +04:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit c3c543ae46 - Show all commits

View File

@ -36,5 +36,6 @@ namespace Locomotive
{
_locomotive?.SetPosition(x, y, width, height);
}
}
}

View File

@ -18,5 +18,6 @@ namespace Locomotive
void DrawningObject(Graphics g);
/// Получение текущей позиции объекта
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
}
}