00001 #if V2 00002 00003 using System; 00004 using System.ComponentModel; 00005 using System.Drawing; 00006 using System.Web.UI; 00007 using ASP = System.Web.UI.WebControls; 00008 00009 namespace Anthem 00010 { 00014 [ToolboxBitmap(typeof(ASP.View))] 00015 public class View : ASP.View 00016 { 00017 // No new functionality...this is just here to help intellisense 00018 // recognize the classes in the designer source view 00019 } 00020 } 00021 00022 #endif