Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vikukush authored Oct 17, 2024
1 parent f2d2dac commit d1a9e7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/StructuredLogViewer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,11 @@ private void HelpLink2_Click(object sender, RoutedEventArgs e)
Process.Start(new ProcessStartInfo("https://msbuildlog.com") { UseShellExecute = true });
}

private void HelpLink3_Click(object sender, RoutedEventArgs e)
{
Process.Start(new ProcessStartInfo("https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Search-Syntax") { UseShellExecute = true });
}

private void HelpAbout_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show(VersionMessage);
Expand Down

0 comments on commit d1a9e7f

Please sign in to comment.