My User control belonging to which Design Pattern??
Posted
by prashant
on Stack Overflow
See other posts from Stack Overflow
or by prashant
Published on 2010-04-08T12:42:53Z
Indexed on
2010/04/08
12:53 UTC
Read the original article
Hit count: 168
c#
|design-patterns
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
© Stack Overflow or respective owner