Exemplo n.º 1
0
 private void CloseChat()
 {
     CurrentChat.StopLogging();
 }
 public ChatViewModel(CurrentChat currentChat)
 {
     _currentChat = currentChat;
 }