[ADD] added writing contents to file

This commit is contained in:
Sem van der Hoeven
2020-10-29 22:51:14 +01:00
parent dffdae2cb4
commit 87b9ee65d0
4 changed files with 55 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ namespace ClientApp.ViewModels
public string Username { get; set; }
public ICommand LoginCommand { get; set; }
public bool LoginStatus { get; set; }
public bool LoginStatus { get; set; } = false;
public bool InvertedLoginStatus { get; set; }