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; }