public SyntaxVisualizerToolWindow()
            : base(null)
        {
            Caption = "HLSL Syntax Visualizer";

            // Set the image that will appear on the tab of the window frame
            // when docked with an other window
            // The resource ID correspond to the one defined in the resx file
            // while the Index is the offset in the bitmap strip. Each image in
            // the strip being 16x16.
            BitmapResourceID = 301;
            BitmapIndex      = 1;

            Content = new SyntaxVisualizerToolWindowControl();
        }
        public SyntaxVisualizerToolWindow()
            : base(null)
        {
            Caption = "HLSL Syntax Visualizer";

            // Set the image that will appear on the tab of the window frame
            // when docked with an other window
            // The resource ID correspond to the one defined in the resx file
            // while the Index is the offset in the bitmap strip. Each image in
            // the strip being 16x16.
            BitmapResourceID = 301;
            BitmapIndex = 1;

            Content = new SyntaxVisualizerToolWindowControl();
        }