K
Karl Hungus
I get an error with the line:
private const Color textColorOff = Color.FromArgb(153,153,153);
Is there a way to declare this value constant?
private const Color textColorOff = Color.FromArgb(153,153,153);
Is there a way to declare this value constant?