void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CPM_Chart = ((CriticalPathChart.UserControl_CriticalPath)(target));
                return;

            case 2:
                this.ProjectsComboBox = ((System.Windows.Controls.ComboBox)(target));

            #line 15 "..\..\MainWindow.xaml"
                this.ProjectsComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProjectsComboBox_SelectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CPM_Window = ((CriticalPathChart.UserControl_CriticalPath)(target));
                return;

            case 2:
                this.MainCanvas = ((System.Windows.Controls.Canvas)(target));
                return;

            case 3:
                this.StartBlock = ((System.Windows.Controls.Border)(target));
                return;

            case 4:
                this.EndBlock = ((System.Windows.Controls.Border)(target));
                return;
            }
            this._contentLoaded = true;
        }