Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IDisposable
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.uc = ((ArtemisComm.Proxy.UI.SQLLogger.MainWindow)(target));
     
     #line 7 "..\..\MainWindow.xaml"
     this.uc.Closed += new System.EventHandler(this.OnClosed);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 70 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnStartProxy);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 80 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnStopProxy);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }