public async Task SwapColor(int rowIndex, int columnIndex) { _manager.SwapColor(rowIndex, columnIndex); await Clients.Others.SendAsync("SwapSquareColor", rowIndex, columnIndex); //EVent: name, x, y }
public async Task SwapColor(int rowIndex, int columnIndex) { _manager.SwapColor(rowIndex, columnIndex); await Clients.Others.SendAsync("SwapSquareColor", rowIndex, columnIndex); //server gui cho cac client }