Example #1
0
        public FolderWndPane() :
            base(null)
        {
            this.Caption = Properties.Resources.FolderWindowTitle;

            this.BitmapResourceID = 301;
            this.BitmapIndex      = 1;

            wnd          = new ToolWindows.FolderWindow();
            base.Content = wnd;

            //this.Frame = DTEHelper.Current.DTE.MainWindow.LinkedWindowFrame;

            Current = this;
        }
Example #2
0
        public FolderWndPane() :
            base(null)
        {
            this.Caption = Properties.Resources.FolderWindowTitle;
            
            this.BitmapResourceID = 301;
            this.BitmapIndex = 1;

            wnd = new ToolWindows.FolderWindow();
            base.Content = wnd;

            //this.Frame = DTEHelper.Current.DTE.MainWindow.LinkedWindowFrame;
            
            Current = this;
        }