Been thinking about this little project. I want to make this something like a three layerd application since that's the only design I know besides the-way-things-happend design which tends to lead to bad structure in slightly larger projects.
Anyway, I need to keep the UserInteraction class clean. It's purpose is only to provide the rest...
For user interaction this is an early shot at the code for my form.
From VB.NET I'm used to starting every code file with OPTION STRICT ON and OPTION EXPLICIT ON, there are no such things that I can find in C#. How do I enable strictest possible checking of my code?
Anyway, there are many new mysteries for me here. Using blaha just says that...