[ADDITION] Added databinding to the chatbox function.
Tried to broadcast the message, doesn't work yet.
This commit is contained in:
@@ -32,7 +32,6 @@ namespace Client
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
Lobby lobbySelected = LobbyList.SelectedItem as Lobby;
|
||||
if(lobbySelected != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user