Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgSP = ((PNotes.NET.WndSP)(target));

            #line 18 "..\..\WndSP.xaml"
                this.DlgSP.Loaded += new System.Windows.RoutedEventHandler(this.DlgSP_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.lblSPName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.txtSPName = ((System.Windows.Controls.TextBox)(target));

            #line 29 "..\..\WndSP.xaml"
                this.txtSPName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSPName_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.lblSPQuery = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 5:
                this.txtSPQuery = ((System.Windows.Controls.TextBox)(target));

            #line 31 "..\..\WndSP.xaml"
                this.txtSPQuery.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSPQuery_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.lblSPWarning = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.cmdOK = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\WndSP.xaml"
                this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.cmdCancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DlgSP = ((PNotes.NET.WndSP)(target));
     
     #line 18 "..\..\WndSP.xaml"
     this.DlgSP.Loaded += new System.Windows.RoutedEventHandler(this.DlgSP_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lblSPName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtSPName = ((System.Windows.Controls.TextBox)(target));
     
     #line 29 "..\..\WndSP.xaml"
     this.txtSPName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSPName_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.lblSPQuery = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 5:
     this.txtSPQuery = ((System.Windows.Controls.TextBox)(target));
     
     #line 31 "..\..\WndSP.xaml"
     this.txtSPQuery.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSPQuery_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.lblSPWarning = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.cmdOK = ((System.Windows.Controls.Button)(target));
     
     #line 38 "..\..\WndSP.xaml"
     this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.cmdCancel = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }