void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.sugzButton = ((SugzControls.SugzButton)(target)); return; } this._contentLoaded = true; }
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; }