[Mono-list] Basic Glade# question
Jonas Geiregat
Jonas Geiregat <jonas.geiregat@gmail.com>
Wed, 26 Jan 2005 07:33:28 +0100
On Wed, 26 Jan 2005 22:42:24 -0600, SigmaX <scottclansman@cwazy.co.uk> wrote:
> Now my problem is even more basic. In risk of displaying my ignorance:
> I have a string variable declared in class A. I want to write to that
> variable from class B. How exactly do I go about doing so? I tried to
> find the answer with google with no luck.
Make an instance of class A in class B and call some method that does
the job ...
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>