Uncomment SendMessage
This commit is contained in:
parent
68c6bead0a
commit
ebe0c5a81c
@ -41,10 +41,8 @@ public partial class MainWindow : Window
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// _messages.Add(ChatInputBox.Text);
|
_messages.Add(ChatInputBox.Text);
|
||||||
// ChatInputBox.Text = string.Empty;
|
ChatInputBox.Text = string.Empty;
|
||||||
// ChatInputBox.Focus();
|
ChatInputBox.Focus();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user