HtmlControlAdapter.cs 384 B

123456789101112131415161718192021
  1. /**
  2. * Project : Mono
  3. * Namespace : System.Web.UI.MobileControls.Adapters
  4. * Class : HtmlControlAdapter
  5. * Author : Gaurav Vaish
  6. *
  7. * Copyright : 2003 with Gaurav Vaish, and with
  8. * Ximian Inc
  9. */
  10. using System;
  11. namespace System.Web.UI.MobileControls.Adapters
  12. {
  13. public class HtmlControlAdapter //: ControlAdapter
  14. {
  15. public HtmlControlAdapter()
  16. {
  17. }
  18. }
  19. }