Relaycommands

This commit is contained in:
fabjuuuh
2020-10-14 15:19:43 +02:00
parent af5dca25f4
commit d8a3baeec1
4 changed files with 4 additions and 5 deletions

View File

@@ -8,6 +8,6 @@ namespace DoctorApp.ViewModels
class ClientInfoViewModel
{
public string Username { get; set; }
public string TabName { get; set; }
public string Status { get; set; }
}
}