I have a quick question:
While looking for a way to paint over picture boxes I found acode that helped me, but I'm confused by this bit:
private Point? _previous = null;
What does the "?" stand for? And why there is "_" before the name, is it because "previous" is already used as a name by basic commands?
Thank you for answers.