Implemente l'accès authentifié au chat

This commit is contained in:
Paul Schneider 2016-10-29 01:59:48 +02:00
commit f10956c13e
12 changed files with 179 additions and 62 deletions

View file

@ -22,7 +22,7 @@ namespace BookAStar.ViewModels
public ICommand RefreshQueries
{
get { return DataManager.Current.BookQueries; }
get; set;
}
}
}