src/StructuredLogViewer.Avalonia/MainWindow.xaml.cs [535:562]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private void FocusSearch() { CurrentBuildControl?.FocusSearch(); } private void Reload_Click(object sender, RoutedEventArgs e) { Reload(); } private void Rebuild_Click(object sender, RoutedEventArgs e) { RebuildProjectOrSolution(); } private void Copy_Click(object sender, RoutedEventArgs e) { if (currentBuild != null) { currentBuild.CopySubtree(); } } private void Delete_Click(object sender, RoutedEventArgs e) { if (currentBuild != null) { currentBuild.Delete(); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/StructuredLogViewer/MainWindow.xaml.cs [698:725]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private void FocusSearch() { CurrentBuildControl?.FocusSearch(); } private void Reload_Click(object sender, RoutedEventArgs e) { Reload(); } private void Rebuild_Click(object sender, RoutedEventArgs e) { RebuildProjectOrSolution(); } private void Copy_Click(object sender, RoutedEventArgs e) { if (currentBuild != null) { currentBuild.CopySubtree(); } } private void Delete_Click(object sender, RoutedEventArgs e) { if (currentBuild != null) { currentBuild.Delete(); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -