void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.myWindow = ((Graph_Editor.Documentation)(target));

            #line 8 "..\..\Documentation.xaml"
                this.myWindow.Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.WindowMain = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.forWhatAndWho = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.useOfIt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.Instruct = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.logo = ((System.Windows.Controls.Image)(target));
                return;

            case 7:
                this.CreatorsButton = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\Documentation.xaml"
                this.CreatorsButton.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.Creators = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.end = ((System.Windows.Controls.Button)(target));

            #line 57 "..\..\Documentation.xaml"
                this.end.Click += new System.Windows.RoutedEventHandler(this.End_Click);

            #line default
            #line hidden

            #line 57 "..\..\Documentation.xaml"
                this.end.MouseLeave += new System.Windows.Input.MouseEventHandler(this.End_MouseLeave);

            #line default
            #line hidden

            #line 57 "..\..\Documentation.xaml"
                this.end.MouseMove += new System.Windows.Input.MouseEventHandler(this.End_MouseMove);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }