[ADDED] canvas data sending to the server works, but not fully yet to all the clients
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Client.Views
|
||||
private ViewModelGame viewModel;
|
||||
public GameWindow()
|
||||
{
|
||||
this.viewModel = new ViewModelGame();
|
||||
this.viewModel = new ViewModelGame(this);
|
||||
DataContext = this.viewModel;
|
||||
InitializeComponent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user