I am currently trying to develop a 3D tic toe model. However, my counter keeps overwriting every time I click a button.



using System;
using System.Collections.Generic;
using System.Linq;...