| 123456789101112131415161718 |
- /**
- * Project : Mono
- * Namespace : System.Web.UI.MobileControls.Adapters
- * Class : HtmlFormAdapter
- * Author : Gaurav Vaish
- *
- * Copyright : 2003 with Gaurav Vaish, and with
- * Ximian Inc
- */
- using System;
- namespace System.Web.UI.MobileControls.Adapters
- {
- public class HtmlFormAdapter : HtmlControlAdapter
- {
- }
- }
|