Прокинул тайминги на ГУИ

This commit is contained in:
2025-09-05 16:41:39 +03:00
parent 9d8e84b80f
commit 83cb8bf5a5
6 changed files with 68 additions and 1 deletions

View File

@@ -8,3 +8,8 @@ Trainee::Trainee():
{
}
void Trainee::setTiming(TimingOfTrainee timing)
{
this->timing = timing;
}