✅ how to pass username?
in my HomeScreenView.axaml file I have
When a player clicks the New Game button, how can I pass the username back to the parent file MainWindowViewModel.cs
I need to pass this username to the
When a player clicks the New Game button, how can I pass the username back to the parent file MainWindowViewModel.cs
I need to pass this username to the
NewGameViewModel(); so that as the player plays the game, it can store the username along with the game results.