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

مشاهدة النسخة كاملة : Sharing common enum with main app and class library



C# Programming
07-23-2009, 08:40 AM
My Enum is residing in main application as it is the main user of the Enum. I added class library to solution and would like this Enum to be shared from class library without re-defining it. Also don't want to move Enum declaration to class library since the code that mainly using this Enum residing in main application.

Any ideas?