string SendMessageAndWaitResponseCrypted(string message, CryptoManager cryptoManager) { return(ChatManager.SendMessageAndWaitResponseCrypted(message, m_networker, cryptoManager)); }
public ChatScreen(ChatManager cm) { InitializeComponent(); DataContext = new TestChatWindowViewModel(cm); }