fix licenses

This commit is contained in:
fyr77 2020-07-31 15:58:03 +02:00
parent 0bcafdf4a0
commit 6dc3511e9a
3 changed files with 13 additions and 6 deletions

View file

@ -38,6 +38,11 @@ namespace EnvyUpdate
System.Diagnostics.Process.Start("https://github.com/Fody/Fody/blob/master/License.txt");
}
private void textCostura_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/Fody/Costura/blob/master/license.txt");
}
private void textNotifyIcon_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE");