| 123456789101112131415161718 |
- //
- // System.Web.UI.Design.HtmlIntrinsicControlDesigner
- //
- // Authors:
- // Gert Driesen ([email protected])
- //
- // (C) 2004 Novell
- //
- namespace System.Web.UI.Design
- {
- public class HtmlIntrinsicControlDesigner : HtmlControlDesigner
- {
- public HtmlIntrinsicControlDesigner ()
- {
- }
- }
- }
|