void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MainWindowInterface1 = ((PatientMonitor.MainWindowInterface)(target));
     return;
     case 2:
     this.btn_medical_staff = ((System.Windows.Controls.Button)(target));
     
     #line 10 "..\..\MainWindow.xaml"
     this.btn_medical_staff.Click += new System.Windows.RoutedEventHandler(this.btn_medical_staff_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.btn_management = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\MainWindow.xaml"
     this.btn_management.Click += new System.Windows.RoutedEventHandler(this.btn_management_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btn_patient_records = ((System.Windows.Controls.Button)(target));
     return;
     case 5:
     this.btn_Bed_Monitoring = ((System.Windows.Controls.Button)(target));
     
     #line 14 "..\..\MainWindow.xaml"
     this.btn_Bed_Monitoring.Click += new System.Windows.RoutedEventHandler(this.btn_Bed_Monitoring_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MainWindowInterface1 = ((PatientMonitor.MainWindowInterface)(target));
     return;
     case 2:
     this.label = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.btnBedsideMonitoring = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\..\MainWindow.xaml"
     this.btnBedsideMonitoring.Click += new System.Windows.RoutedEventHandler(this.btnBedsideMonitoring_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btnCentralStation = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\..\MainWindow.xaml"
     this.btnCentralStation.Click += new System.Windows.RoutedEventHandler(this.btnCentralStation_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }