Ok, this is pretty tough to explain, but I'll try. I'm working on a VB.NET solution. I've built a class to encapsulate some functionality, and it works fine when every method of the class is called ...
Let's say you have a simple class like the one from the MSDN article "Windows Forms Data Binding and Objects":<BR><BR>Public Class Order<BR> Private mID As String = ""<BR> Private mCustomer As String ...