C
Carlo, MCP
Hello,
please, help me to translate these four lines of C# code in VB:
bool topLeft, topRight, bottomLeft, bottomRight;
int topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius;
topLeft = topRight = bottomLeft = bottomRight = true;
topLeftRadius = topRightRadius = bottomLeftRadius = bottomRightRadius =
workRadius;
Thank you a lot!
C.
please, help me to translate these four lines of C# code in VB:
bool topLeft, topRight, bottomLeft, bottomRight;
int topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius;
topLeft = topRight = bottomLeft = bottomRight = true;
topLeftRadius = topRightRadius = bottomLeftRadius = bottomRightRadius =
workRadius;
Thank you a lot!
C.