private void Button_Click_3(object sender, RoutedEventArgs e) { //Show bug list showBugWindow showBugWindow = new showBugWindow(); showBugWindow.Show(); }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.Window = ((Desktop.showBugWindow)(target)); #line 10 "..\..\showBugWindow.xaml" this.Window.SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_SizeChanged); #line default #line hidden return; case 2: this.grdBen = ((System.Windows.Controls.Grid)(target)); return; case 3: this.datagrid1 = ((System.Windows.Controls.DataGrid)(target)); return; case 4: this.col1_1 = ((System.Windows.Controls.DataGridTextColumn)(target)); return; case 5: this.col1_2 = ((System.Windows.Controls.DataGridTextColumn)(target)); return; case 6: this.col1_3 = ((System.Windows.Controls.DataGridTextColumn)(target)); return; case 7: this.col1_4 = ((System.Windows.Controls.DataGridTemplateColumn)(target)); return; case 8: this.col1_5 = ((System.Windows.Controls.DataGridTemplateColumn)(target)); return; } this._contentLoaded = true; }