Пример #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.search = ((Microsoft.Lync.Controls.ContactSearch)(target));
         return;
     }
     this._contentLoaded = true;
 }
Пример #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.presenceIndicator = ((Microsoft.Lync.Controls.PresenceIndicator)(target));
     return;
     case 2:
     this.secondaryLabUser = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtNewSipUri = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.btnTransferCall = ((System.Windows.Controls.Button)(target));
     
     #line 29 "..\..\Window1.xaml"
     this.btnTransferCall.Click += new System.Windows.RoutedEventHandler(this.btnTransferCall_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.contactList = ((Microsoft.Lync.Controls.ContactList)(target));
     return;
     case 6:
     this.contactSearch = ((Microsoft.Lync.Controls.ContactSearch)(target));
     return;
     }
     this._contentLoaded = true;
 }