Добавил выбор направления и другие мелкие фиксы

This commit is contained in:
2025-02-06 07:14:44 +03:00
parent 270de696f7
commit 2e5fb3972e
19 changed files with 205 additions and 88 deletions

View File

@@ -12,7 +12,8 @@ public class UserData
int kurs,
bool isFreeEducation,
bool isOchno,
SpecialityType speciality)
SpecialityType speciality,
string direction)
{
}
@@ -28,6 +29,7 @@ public class UserData
public bool isFreeEducation { get; set; }
public bool isOchno { get; set; }
public SpecialityType speciality { get; set; }
public string direction { get; set; }
}
public enum SpecialityType