12-02-2011، 12:52 PM
12-02-2011، 09:05 PM
بصورت دیگری عرض کنم
اگر یک کلاس داشته باشیم، مثل کلاس ارتباط با دیتابیس که در همه پروژه ها مشترک باشد و نخواهیم در هر پروژه کپی شود باید چه کنیم؟! شما چه می کنید؟
اگر یک کلاس داشته باشیم، مثل کلاس ارتباط با دیتابیس که در همه پروژه ها مشترک باشد و نخواهیم در هر پروژه کپی شود باید چه کنیم؟! شما چه می کنید؟
12-04-2011، 03:20 PM
(12-02-2011، 12:52 PM)analyze نوشته: [ -> ]سلام خدمت دوستان
چگونه می توانیم در یک سلوشن کلاس مشترک برای چند پروژه داشته باشیم و اسفتاده کنیم.
سلام
من الان سی شارپ ندارم ولی توی فروم های خارجی بودم همچین جوابی داده بودن :
کد:
Greetings,
1. You have to alter this code to make a class and then add this class in your project and use that class without declaring an object by just calling its static method.
2. make the Class library and use add its reference in your project and use it.
3. make a separate function in your existing project and use it instead of make class library or class.
but in all the case you can only use the logic of the programm . You can't use the syntax of the program as it is.
Reagrds,
-riz
http://stackoverflow.com/questions/35546...rp-project
12-05-2011، 11:42 PM
ممنون
مطالب مفیدی داشت.
مطالب مفیدی داشت.