|
|
@@ -0,0 +1,25 @@
|
|
|
+/**
|
|
|
+ * Namespace: System.Web.UI.WebControls
|
|
|
+ * Class: ListItem
|
|
|
+ *
|
|
|
+ * Author: Gaurav Vaish
|
|
|
+ * Maintainer: [email protected]
|
|
|
+ * Contact: <[email protected]>, <[email protected]>
|
|
|
+ * Implementation: yes
|
|
|
+ * Status: 10%
|
|
|
+ *
|
|
|
+ * (C) Gaurav Vaish (2001)
|
|
|
+ */
|
|
|
+
|
|
|
+using System;
|
|
|
+using System.Collections;
|
|
|
+using System.Web;
|
|
|
+using System.Web.UI;
|
|
|
+
|
|
|
+namespace System.Web.UI.WebControls
|
|
|
+{
|
|
|
+ public class ListItem : IStateManager, IParserAccessor, IAttributeAccessor
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
+}
|