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

مشاهدة النسخة كاملة : #include or including files



C# Programming
03-24-2010, 06:19 AM
Hello,

I want to include a file which contains the basic string values that are required by my system.There is no #include file.h support for C# .

Is there any way where I can define global variables so that they are available for all my forms and files in the project?

HOw can i do that ?

Thanks