void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.mb = ((System.Windows.MessageBoxX)(target)); return; case 2: this.ficon = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.txtMessage = ((System.Windows.Controls.TextBlock)(target)); return; case 4: this.btnOK = ((Util.Controls.FButton)(target)); return; case 5: this.btnCancel = ((Util.Controls.FButton)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.txtNumber = ((System.Windows.Controls.TextBox)(target)); return; case 2: this.btnBind = ((Util.Controls.FButton)(target)); #line 28 "..\..\..\..\Page\Page_ListView.xaml" this.btnBind.Click += new System.Windows.RoutedEventHandler(this.btnBind_Click); #line default #line hidden return; case 3: this.gridList0 = ((System.Windows.Controls.ListView)(target)); return; case 4: this.gridList = ((System.Windows.Controls.ListView)(target)); return; case 5: this.gridList2 = ((System.Windows.Controls.ListView)(target)); return; } this._contentLoaded = true; }