My User control belonging to which Design Pattern??
- by prashant
Hello,
I am creating a reusable component in C#.net.
For that i have started a Control Library project and added a Control.
Class MyControl : Control{}
My user control just displays some images which will be used in many Windows Applications.
Can you please tell me which design pattern i am using here.
I am unable to decide which pattern they belongs.
Thanks