Eliseev E.E. LabWork02 #2

Merged
eegov merged 9 commits from LabWork02 into LabWork01 2022-11-11 08:56:37 +04:00
Showing only changes of commit 749d56c2ab - Show all commits

View File

@ -8,7 +8,7 @@ public enum Direction
private final int DirectionCode;
private Direction(int directionCode)
Direction(int directionCode)
{
this.DirectionCode = directionCode;
}