void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.GeneralGroupBox = ((System.Windows.Controls.GroupBox)(target)); return; case 2: this.MainIncidentDynControl = ((Invert911.Incident.IncidentDynControl)(target)); return; case 3: this.MainLocationDynControl = ((Invert911.InvertCommon.Modules.Location.LocationDynControl)(target)); return; case 4: this.IncidentTabControl = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.IncidentCADServiceCall = ((Invert911.InvertCommon.Modules.CAD.CADServiceCall)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 5 "..\..\..\..\..\Modules\Common\Location\Locations.xaml" ((Invert911.InvertCommon.Modules.Location.Locations)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.AddLocationButton = ((System.Windows.Controls.Button)(target)); #line 10 "..\..\..\..\..\Modules\Common\Location\Locations.xaml" this.AddLocationButton.Click += new System.Windows.RoutedEventHandler(this.AddLocationButton_Click); #line default #line hidden return; case 3: this.RemoveLocationButton = ((System.Windows.Controls.Button)(target)); #line 12 "..\..\..\..\..\Modules\Common\Location\Locations.xaml" this.RemoveLocationButton.Click += new System.Windows.RoutedEventHandler(this.RemoveLocationButton_Click); #line default #line hidden return; case 4: this.LocationListView = ((System.Windows.Controls.ListView)(target)); return; case 5: this.MainLocationDynControl = ((Invert911.InvertCommon.Modules.Location.LocationDynControl)(target)); return; } this._contentLoaded = true; }