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