| 1234567891011121314151617181920212223 |
- /**
- * Namespace: System.Web.UI.WebControls
- * Class: RepeaterItem
- *
- * Author: Gaurav Vaish
- * Maintainer: [email protected]
- * Implementation: yes
- * Status: 40%
- *
- * (C) Gaurav Vaish (2001)
- */
- using System;
- using System.Web;
- using System.Web.UI;
- namespace System.Web.UI.WebControls
- {
- public class RepeaterItem: Control, INamingContainer
- {
-
- }
- }
|