示例#1
0
 public async void NextGame()
 {
     _appState.NextGame();
     await _hubContext.Clients.All.SendAsync("Refresh");
 }