Hi,
I have a sample application and user control which uses separate copy of structure and enum. I want to know how to define this enum and structure, in order to use in my sample application as well as in my user control without having multiple definitions . i.e. only one copy of enum and structure should be present. Please let me know how to do it.. If I do this code duplication can be avoided.. Thanks