I have created a simple form with 1 button. When the button is clicked, I am coding some logic....

I have created 2 structures . I defined them before the beginning of the class.

I want to use the structure variable in different procedures in the same form.

1. Can I create a public shared ordhead As New storderheader in my class??

2. can I put the Structures in a Class file and then include in my form code.