Hello,
Could you please give me some info about sharing data between forms?
I have a variable List<component> component_list; which "component" class is declared in a "Component.cs".
How to make that two forms see that class? (if I have to make something..)
And how to create "List<component> component_list" that it will be accessible ("read"/"write") from form1 and form2? Is that variable declared in the same "Component.cs" file? How to access it from each form?
Thanks in advance for you time!