I've just started programming in c#, its a simple Forms application with single form.
I have a class written in a separate .cs file in its own namespace.
The rest of the code is in the Form1.cs file.
I am able to create an instance of the my class and use it in Form1.
My Problems...
- 1.Form1 contains an array of type char which need to use in the object instance.
- 2.I need to access the text field of the Form from within member function of the object
instance.
Not sure which code sample to give u here...
I would appreciate any help provided,
thanks:)