Interaction logic for Window1.xaml
Inheritance: Window
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Simulation_settings = ((MultiColumnList.Window1)(target));
                return;

            case 2:
                this.lbTodoList = ((System.Windows.Controls.ListBox)(target));
                return;

            case 3:

            #line 154 "..\..\Window1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 4:
                this.txtSleeptimer = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.chkException = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 6:
                this.lblmethod = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.chkUnmanaged = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 8:
                this.chkCpu = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 9:
                this.heaprate = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.radioFacade1 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 11:
                this.radioFacade2 = ((System.Windows.Controls.RadioButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Simulation_settings = ((MultiColumnList.Window1)(target));
     return;
     case 2:
     this.lbTodoList = ((System.Windows.Controls.ListBox)(target));
     return;
     case 3:
     
     #line 154 "..\..\Window1.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 4:
     this.txtSleeptimer = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.chkException = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 6:
     this.lblmethod = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.chkUnmanaged = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.chkCpu = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 9:
     this.heaprate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.radioFacade1 = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 11:
     this.radioFacade2 = ((System.Windows.Controls.RadioButton)(target));
     return;
     }
     this._contentLoaded = true;
 }