Ejemplo n.º 1
0
            //void new()
            public sTileTriangle(oTile.TileDiv StartDiv, int StartNumber)
            {
                this.zzzTheTileDiv = StartDiv;
                this.zzzTheNumber  = StartNumber;

                this.zzzTheTriangleColor = new sTileTriangleColor(Color.Black, Color.White);
                this.RefreshVariable();
            }
Ejemplo n.º 2
0
 public void RefreshVariable()
 {
     this.zzzTheTriangleColor = oTile.GetTriangleColor(this.TheNumber);
 }