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