المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Taking variables from other classes.



C# Programming
07-10-2009, 07:32 AM
So I am trying to make a class that uses a constructor of a different class.

I use the code (Name of class) Class = new (Name of class(constructor variable))
But oddly the constructor variable won't appear. Could anyone please help?