C Sharp Class
From Mike Beane's Blog
Notes for C# programming
Program Initial Setup
- Create New Project
- Select the Form
- Rename the form to meaningful name
- Consider a min size value
- Place as many of the objects as possible and rename
- Rename (Name) textBox<desc> and Text
- Anchor listbox as needed