void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.PathControl = ((UITemplate.Controls.FilePathControl)(target));
     return;
     case 2:
     
     #line 17 "..\..\..\Pages\DirectionPathControl.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.PathControl = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 2:

            #line 17 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.PathControl = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 2:

            #line 23 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 3:
                this.FlipPathControl = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 4:

            #line 27 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Flip);

            #line default
            #line hidden
                return;

            case 5:
                this.AlphaPathControl = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 6:

            #line 31 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Alpha);

            #line default
            #line hidden
                return;

            case 7:
                this.ChangeName = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 8:

            #line 35 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_ChangeName);

            #line default
            #line hidden
                return;

            case 9:
                this.SplitImg = ((UITemplate.Controls.FilePathControl)(target));
                return;

            case 10:

            #line 39 "..\..\..\Pages\DirectionPathControl.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_SplitImg);

            #line default
            #line hidden
                return;

            case 11:
                this.DebugMsg_TextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.ErrorMsg_TextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }