Filtering enums

  • Thread starter Thread starter amenon83
  • Start date Start date
A

amenon83

I have a DLL say top.dll which has many classes and enums defined in
it.
I hav made a class library which uses this DLL.

There is a Win appln with a form say MainForm. This win appln is using
the above class library.

Now I want to pass some of the enums defined in the top.dll to MainForm
with out giving the complete top.dll.

Is there any way using which the Class library can filter some of the
enums defined in the top.dll and only the required ones be given access
to the main form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top