void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.repo_selector = ((System.Windows.Controls.ComboBox)(target)); return; case 2: #line 20 "..\..\..\RepositoryView.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.on_update_repository); #line default #line hidden return; case 3: #line 21 "..\..\..\RepositoryView.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.on_find_in_assy); #line default #line hidden return; case 4: #line 22 "..\..\..\RepositoryView.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.on_commit_all); #line default #line hidden return; case 5: this.user_selector = ((System.Windows.Controls.ComboBox)(target)); return; case 6: this.repo_tree = ((SolidSVN.TreeList)(target)); return; case 7: this.prop_table = ((System.Windows.Controls.DataGrid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this._commit_desc = ((System.Windows.Controls.TextBlock)(target)); return; case 2: this._treeList = ((SolidSVN.TreeList)(target)); return; case 3: this.release_locks = ((System.Windows.Controls.CheckBox)(target)); return; case 4: this.commit_button = ((System.Windows.Controls.Button)(target)); #line 56 "..\..\..\..\Dialogs\RepoCommitDialog.xaml" this.commit_button.Click += new System.Windows.RoutedEventHandler(this.on_commit); #line default #line hidden return; case 5: this.cancel_button = ((System.Windows.Controls.Button)(target)); #line 57 "..\..\..\..\Dialogs\RepoCommitDialog.xaml" this.cancel_button.Click += new System.Windows.RoutedEventHandler(this.on_cancel); #line default #line hidden return; case 6: this.commit_progress_bar = ((System.Windows.Controls.ProgressBar)(target)); return; } this._contentLoaded = true; }