Ejemplo n.º 1
0
        private BinaryWriter writer; //To write to the clients

        #endregion Fields

        #region Constructors

        public Client()
        {
            InitializeComponent();
            grid = new GameGrid();
        }
Ejemplo n.º 2
0
 public void setGrid(GameGrid g)
 {
     this.grid = g;
 }