void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnAddNewLine = ((System.Windows.Controls.Button)(target));
                return;

            case 2:
                this.btnDelete = ((System.Windows.Controls.Button)(target));

            #line 50 "..\..\..\..\..\..\ViewsRoot\Views\DetailInfo\LinkageConfigStandardView.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.btnCopy = ((System.Windows.Controls.Button)(target));
                return;

            case 4:
                this.btnPaste = ((System.Windows.Controls.Button)(target));
                return;

            case 5:
                this.DataGrid_Standard = ((SCA.WPF.ViewModelsRoot.ViewModels.DetailInfo.DetailInfoGridControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.DataGrid_Standard = ((SCA.WPF.ViewModelsRoot.ViewModels.DetailInfo.DetailInfoGridControl)(target));
         return;
     }
     this._contentLoaded = true;
 }