add license

This commit is contained in:
fyr77 2020-08-04 12:24:04 +02:00
parent a665ecc2ea
commit 98e26b6e34
3 changed files with 8 additions and 2 deletions

View file

@ -69,6 +69,10 @@ namespace EnvyUpdate
{
System.Diagnostics.Process.Start("https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md");
}
private void textResourceEmbedder_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/MarcStan/resource-embedder/blob/master/LICENSE");
}
private void chkMobile_Checked(object sender, RoutedEventArgs e)
{