Hi guys:
I'm using C#, I'm trying to make struct in Array that is accessible globally (like VB6), Say I loaded value in to struct A in Form 1. I may want to access the same struct and modify something at Form2 or Form3.
So how can I make it "globally"?
I'm using C#, I'm trying to make struct in Array that is accessible globally (like VB6), Say I loaded value in to struct A in Form 1. I may want to access the same struct and modify something at Form2 or Form3.
So how can I make it "globally"?
Comment