i have 2 classes(a form class and a user-control class) and in the form one i have a list. I would like to access that list from the user control class. How can i do it ? i could pass a reference from the form class to the user control class , but i am curious if there is another way ?
Regards, Alexandru Badescu