Add access for this by modifying the following
int numberOfBlocks = 20;
int blockWidth = 10; public int BlockWidth { get { return blockWidth; } set { blockWidth = value; } }
public bool bContinuous = true;
Log in to post a comment.
Add access for this by modifying the following
int numberOfBlocks = 20;
int blockWidth = 10;
public int BlockWidth { get { return blockWidth; } set { blockWidth = value; } }
public bool bContinuous = true;