Hello,
I'm still making the migration from VB to C# (finally!).
As you may know, VB considers a Form to be an Object. Thus, you can reference any Control on the Form, using the Object. This, of course, exposes those controls to almost anywhere 
Could someone provide a link or otherwise code-snippet, to explain how I send text to a Control on a C# Form, from another Class?
Here is what I'd like to do:
1. ListBox Control on a Form
2. Class called "Mathematics"
3. This Class has a function called "CalculatePI()" which calculates PI and also has debug messages along the way.
4. Send the value of PI and the messages to the ListBox Control on the Form.
Thank you for any help!
Sincerely,
Chris.