Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgGetThemes = ((PNotes.NET.WndGetThemes)(target));

            #line 17 "..\..\WndGetThemes.xaml"
                this.DlgGetThemes.Loaded += new System.Windows.RoutedEventHandler(this.DlgGetThemes_Loaded);

            #line default
            #line hidden

            #line 18 "..\..\WndGetThemes.xaml"
                this.DlgGetThemes.Unloaded += new System.Windows.RoutedEventHandler(this.DlgGetThemes_Unloaded);

            #line default
            #line hidden

            #line 19 "..\..\WndGetThemes.xaml"
                this.DlgGetThemes.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.DlgGetThemes_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.lstThemes = ((System.Windows.Controls.ListBox)(target));
                return;

            case 3:
                this.lblDownload = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 33 "..\..\WndGetThemes.xaml"
                this.cmdDownload.Click += new System.Windows.RoutedEventHandler(this.cmdDownload_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.cmdCancel = ((System.Windows.Controls.Button)(target));

            #line 34 "..\..\WndGetThemes.xaml"
                this.cmdCancel.Click += new System.Windows.RoutedEventHandler(this.cmdCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DlgGetThemes = ((PNotes.NET.WndGetThemes)(target));
     
     #line 17 "..\..\WndGetThemes.xaml"
     this.DlgGetThemes.Loaded += new System.Windows.RoutedEventHandler(this.DlgGetThemes_Loaded);
     
     #line default
     #line hidden
     
     #line 18 "..\..\WndGetThemes.xaml"
     this.DlgGetThemes.Unloaded += new System.Windows.RoutedEventHandler(this.DlgGetThemes_Unloaded);
     
     #line default
     #line hidden
     
     #line 19 "..\..\WndGetThemes.xaml"
     this.DlgGetThemes.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.DlgGetThemes_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lstThemes = ((System.Windows.Controls.ListBox)(target));
     return;
     case 3:
     this.lblDownload = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.cmdDownload = ((System.Windows.Controls.Button)(target));
     
     #line 33 "..\..\WndGetThemes.xaml"
     this.cmdDownload.Click += new System.Windows.RoutedEventHandler(this.cmdDownload_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cmdCancel = ((System.Windows.Controls.Button)(target));
     
     #line 34 "..\..\WndGetThemes.xaml"
     this.cmdCancel.Click += new System.Windows.RoutedEventHandler(this.cmdCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }