void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.wNuevoRol = ((CAAgenda1.RegistrarNuevoRolWPF)(target));
     return;
     case 2:
     this.lNombre = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.lRol = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.lRolSec = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.lProyecto = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.bRegistrarRol = ((System.Windows.Controls.Button)(target));
     return;
     case 7:
     this.bCancelar = ((System.Windows.Controls.Button)(target));
     return;
     case 8:
     this.tbNombre = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.tbRol = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.tbRolSec = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.cbNombreProy = ((System.Windows.Controls.ComboBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.wNuevoRol = ((CAAgenda1.RegistrarNuevoRolWPF)(target));
     return;
     case 2:
     this.lNombre = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.lRol = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.lRolSec = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.lProyecto = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.bRegistrarRol = ((System.Windows.Controls.Button)(target));
     
     #line 10 "..\..\..\RegistrarNuevoRolWPF.xaml"
     this.bRegistrarRol.Click += new System.Windows.RoutedEventHandler(this.bRegistrarRol_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.bCancelar = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\..\RegistrarNuevoRolWPF.xaml"
     this.bCancelar.Click += new System.Windows.RoutedEventHandler(this.bCancelar_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.tbNombre = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.tbRol = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.tbRolSec = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.cbNombreProy = ((System.Windows.Controls.ComboBox)(target));
     return;
     }
     this._contentLoaded = true;
 }