| 123456789101112131415161718192021 |
- /**
- * Project : Mono
- * Namespace : System.Web.UI.MobileControls
- * Class : ObjectListField
- * Author : Gaurav Vaish
- *
- * Copyright : 2003 with Gaurav Vaish, and with
- * Ximian Inc
- */
- using System.Web.UI;
- namespace System.Web.UI.MobileControls
- {
- public class ObjectListField //: IStateManager
- {
- public ObjectListField()
- {
- }
- }
- }
|