Reputation: 642
I would like to use a plug-in(for example, ClearCanvas Image viewer) in my C#.Net windows application. How can I achieve it. I would like to use it with my web application also.
Upvotes: 0
Views: 589
Reputation: 16711
To achieve this you may use
Interface
(IMyPlugin
for example)Upvotes: 0