Hello everyone.
I am a begginer in C#, and I am kind of stuck. Can somebody tell me where should I create "a object" so that its attributes would be accesible for all the forms( i have a main form, and from that some other forms).
Thank You, I apreaciate your help.
Answers (3)
1
Riddhi, have you given same namespace to 2 different assemblies? Please check that first. Also to know about the error. Please take a look at the link below.
http://msdn.microsoft.com/en-us/library/64wh5743.aspx
Hope this helps u. Please mark the answer as accepted, if it helped.
Thank you!!!