Microsoft.ManagementConsole.NamespaceSnapInBase.NamespaceSnapInBase C# (CSharp) Method

NamespaceSnapInBase() private method

private NamespaceSnapInBase ( ) : Microsoft.ManagementConsole.Advanced
return Microsoft.ManagementConsole.Advanced
        internal NamespaceSnapInBase()
        {
            this._smallImages.ImageList.ImageSize = new Size(0x10, 0x10);
            this._largeImages.ImageList.ImageSize = new Size(0x20, 0x20);
            this._smallImages.Changed += new EventHandler(this.OnPropertyChanged);
            this._largeImages.Changed += new EventHandler(this.OnPropertyChanged);
            this._snapInData.SmallImages = this._smallImages.ImageList;
            this._snapInData.LargeImages = this._largeImages.ImageList;
        }