Compare commits
2 Commits
68c6bead0a
...
964ac1e696
Author | SHA1 | Date | |
---|---|---|---|
964ac1e696 | |||
ebe0c5a81c |
@ -41,10 +41,8 @@ public partial class MainWindow : Window
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// _messages.Add(ChatInputBox.Text);
|
_messages.Add($"User: {ChatInputBox.Text}");
|
||||||
// ChatInputBox.Text = string.Empty;
|
ChatInputBox.Text = string.Empty;
|
||||||
// ChatInputBox.Focus();
|
ChatInputBox.Focus();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user