AspNetEdit.Editor.Persistence.RootParsingObject.RootParsingObject C# (CSharp) Method

RootParsingObject() public method

public RootParsingObject ( IDesignerHost host ) : System
host IDesignerHost
return System
        public RootParsingObject(IDesignerHost host)
            : base("", "", null)
        {
            this.host = host;
            refMan = host.GetService(typeof(IWebFormReferenceManager)) as IWebFormReferenceManager;
            if (refMan == null)
                throw new Exception ("Could not get IWebFormReferenceManager from host");
        }