This commit is contained in:
Beppe
2019-07-06 01:41:20 +02:00
parent df39b0392c
commit d883bce694
16 changed files with 110 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ namespace Globals.classes
public override string ToString()
{
return this.name + " " + this.lastname;
return this.Id + ": " +this.name + " " + this.lastname;
}
}
}