void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LogWindow = ((Processes_Manage.ProcessesLogDlg)(target));

            #line 5 "..\..\..\..\2应用程序\XmlLog\ProcessesLogDlg.xaml"
                this.LogWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.dataGridControl = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LogWindow = ((Processes_Manage.ProcessesLogDlg)(target));
     
     #line 5 "..\..\..\..\2应用程序\XmlLog\ProcessesLogDlg.xaml"
     this.LogWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.dataGridControl = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     }
     this._contentLoaded = true;
 }