void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.This = ((Geldverleih.UI.MainWindow)(target)); return; case 2: this.statusBar1 = ((System.Windows.Controls.Primitives.StatusBar)(target)); return; case 3: this.toolBar1 = ((System.Windows.Controls.ToolBar)(target)); return; case 4: this.AddKundeButton = ((System.Windows.Controls.Button)(target)); #line 17 "..\..\..\MainWindow.xaml" this.AddKundeButton.Click += new System.Windows.RoutedEventHandler(this.AddKundeButton_Click); #line default #line hidden return; case 5: this.EditKundeButton = ((System.Windows.Controls.Button)(target)); #line 20 "..\..\..\MainWindow.xaml" this.EditKundeButton.Click += new System.Windows.RoutedEventHandler(this.EditKundeButton_Click); #line default #line hidden return; case 6: this.KundenuebersichtTab = ((System.Windows.Controls.TabItem)(target)); return; case 7: this.KundenDataGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 8: this.StatistikTab = ((System.Windows.Controls.TabItem)(target)); return; case 9: this.grid1 = ((System.Windows.Controls.Grid)(target)); return; case 10: this.EinnahmenLabel = ((System.Windows.Controls.Label)(target)); return; case 11: this.EinnahmenTextblock = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.VerliehenesGeldLabel = ((System.Windows.Controls.Label)(target)); return; case 13: this.VerliehenesGeldTextblock = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.ZinsenEinnahmenLabel = ((System.Windows.Controls.Label)(target)); return; case 15: this.ZinsenEinnahmenTextblock = ((System.Windows.Controls.TextBlock)(target)); return; case 16: this.EinnahmenAnzeigenNachLabel = ((System.Windows.Controls.Label)(target)); return; case 17: this.EinnahmeVonDatePicker = ((System.Windows.Controls.DatePicker)(target)); return; case 18: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 19: this.EinnahmenBisDatePicker = ((System.Windows.Controls.DatePicker)(target)); return; case 20: this.AuswertenButton = ((System.Windows.Controls.Button)(target)); #line 67 "..\..\..\MainWindow.xaml" this.AuswertenButton.Click += new System.Windows.RoutedEventHandler(this.AuswertenButton_Click); #line default #line hidden return; } this._contentLoaded = true; }