style and ^Ms in last patch from Alon
[mono.git] / mcs / class / System.Web / System.Web.UI / IUserControlDesignerAccessor.cs
1 //
2 // System.Web.UI.IUserControlDesignerAccessor.cs
3 //
4 // Author:
5 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2003 Andreas Nahr
8 //
9
10 namespace System.Web.UI
11 {
12         public interface IUserControlDesignerAccessor
13         {
14                 string InnerText { get; set; }
15                 string TagName { get; set; }
16         }
17 }