Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.PropertyAdd = ((System.Windows.Controls.Button)(target));

            #line 9 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
                this.PropertyAdd.Click += new System.Windows.RoutedEventHandler(this.PropertyAdd_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.PropertyRemove = ((System.Windows.Controls.Button)(target));

            #line 10 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
                this.PropertyRemove.Click += new System.Windows.RoutedEventHandler(this.PropertyRemove_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.PropertyCopy = ((System.Windows.Controls.Button)(target));

            #line 11 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
                this.PropertyCopy.Click += new System.Windows.RoutedEventHandler(this.PropertyCopy_Click);

            #line default
            #line hidden
                return;

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

            #line 12 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
                this.PropertyPaste.Click += new System.Windows.RoutedEventHandler(this.PropertyPaste_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.PropertyListView = ((System.Windows.Controls.ListView)(target));
                return;

            case 6:
                this.MainProperty = ((Invert911.InvertCommon.Modules.Property.Property)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.PropertyAdd = ((System.Windows.Controls.Button)(target));
     
     #line 9 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
     this.PropertyAdd.Click += new System.Windows.RoutedEventHandler(this.PropertyAdd_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.PropertyRemove = ((System.Windows.Controls.Button)(target));
     
     #line 10 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
     this.PropertyRemove.Click += new System.Windows.RoutedEventHandler(this.PropertyRemove_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.PropertyCopy = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
     this.PropertyCopy.Click += new System.Windows.RoutedEventHandler(this.PropertyCopy_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.PropertyPaste = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\..\..\..\Modules\Common\Property\Properties.xaml"
     this.PropertyPaste.Click += new System.Windows.RoutedEventHandler(this.PropertyPaste_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.PropertyListView = ((System.Windows.Controls.ListView)(target));
     return;
     case 6:
     this.MainProperty = ((Invert911.InvertCommon.Modules.Property.Property)(target));
     return;
     }
     this._contentLoaded = true;
 }