add license
This commit is contained in:
parent
a665ecc2ea
commit
98e26b6e34
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue