Hi
I have some data that needs to be pass to another form in order to do some operation, my question is should i pass the data to the form directly, or should i pass the data to a class and have the form acess the data trough properties of the class?
Thanks!
