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

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

            this.wnd     = new ToolWindows.OutlineWindow();
            base.Content = wnd;

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

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

            this.wnd = new ToolWindows.OutlineWindow();
            base.Content = wnd;

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