Example #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.sugzButton = ((SugzControls.SugzButton)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.sugzButton = ((SugzControls.SugzButton)(target));
         return;
     }
     this._contentLoaded = true;
 }
Example #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.button = ((SugzControls.SugzButton)(target));
     
     #line 39 "..\..\MainWindow.xaml"
     this.button.MouseEnter += new System.Windows.Input.MouseEventHandler(this.button_MouseEnter);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.button = ((SugzControls.SugzButton)(target));

            #line 39 "..\..\MainWindow.xaml"
                this.button.MouseEnter += new System.Windows.Input.MouseEventHandler(this.button_MouseEnter);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }