コード例 #1
0
ファイル: NuGetExtension.cs プロジェクト: Newtopian/nuget
        protected override void  Initialize(IWebMatrixHost host, ExtensionInitData initData)
        {
            this.Host = (IWebMatrixHostInternal)host;
            this.Globals = new ModuleGlobals(this.Host, this.Host.ServiceProvider);

            this.Host.WebSiteChanged += this.Host_WebSiteChanged;
        }
コード例 #2
0
        protected override void  Initialize(IWebMatrixHost host, ExtensionInitData initData)
        {
            this.Host    = (IWebMatrixHostInternal)host;
            this.Globals = new ModuleGlobals(this.Host, this.Host.ServiceProvider);

            this.Host.WebSiteChanged += this.Host_WebSiteChanged;
        }