fix licenses
This commit is contained in:
parent
0bcafdf4a0
commit
6dc3511e9a
3 changed files with 13 additions and 6 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue