I have just sent a class object1 from one window form to a function in another form. In this window form, I have a button that will again open another window form, and I want to send my class object1 to this form.
How may this be possible?
When I make a new class object, is it possible to make it "Public" for all the forms I will use?