Ejemplo n.º 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.graphWindow = ((IMPressive.GraphWindow)(target));
     
     #line 7 "..\..\GraphWindow.xaml"
     this.graphWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 7 "..\..\GraphWindow.xaml"
     this.graphWindow.SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_SizeChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.chartCanvas = ((OxyPlot.Wpf.PlotView)(target));
     return;
     case 3:
     this.btnLoad = ((System.Windows.Controls.Button)(target));
     
     #line 14 "..\..\GraphWindow.xaml"
     this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btnClear = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\GraphWindow.xaml"
     this.btnClear.Click += new System.Windows.RoutedEventHandler(this.btnClear_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.label = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.txtOperation = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 7:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.txtFromX = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 9:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.txtToX = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     case 11:
     this.label5 = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.txtPasX = ((System.Windows.Controls.AutoCompleteBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.graphWindow = ((IMPressive.GraphWindow)(target));
     
     #line 7 "..\..\GraphWindow - Copier.xaml"
     this.graphWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 7 "..\..\GraphWindow - Copier.xaml"
     this.graphWindow.SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_SizeChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.chartCanvas = ((OxyPlot.Wpf.PlotView)(target));
     return;
     case 3:
     this.btnLoad = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\GraphWindow - Copier.xaml"
     this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.txtOperation = ((System.Windows.Controls.AutoCompleteBox)(target));
     
     #line 44 "..\..\GraphWindow - Copier.xaml"
     this.txtOperation.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOperation_KeyUp);
     
     #line default
     #line hidden
     
     #line 44 "..\..\GraphWindow - Copier.xaml"
     this.txtOperation.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.txtOperation_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 44 "..\..\GraphWindow - Copier.xaml"
     this.txtOperation.DropDownClosed += new System.Windows.RoutedPropertyChangedEventHandler<bool>(this.txtOperation_DropDownClosed);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnClear = ((System.Windows.Controls.Button)(target));
     
     #line 54 "..\..\GraphWindow - Copier.xaml"
     this.btnClear.Click += new System.Windows.RoutedEventHandler(this.btnClear_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.txtFromX = ((System.Windows.Controls.TextBox)(target));
     
     #line 57 "..\..\GraphWindow - Copier.xaml"
     this.txtFromX.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOperation_KeyUp);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtToX = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\GraphWindow - Copier.xaml"
     this.txtToX.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOperation_KeyUp);
     
     #line default
     #line hidden
     return;
     case 8:
     this.txtPasX = ((System.Windows.Controls.TextBox)(target));
     
     #line 77 "..\..\GraphWindow - Copier.xaml"
     this.txtPasX.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtOperation_KeyUp);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }