Added a new form to display the GPLv3 license for the project.

Resolves issue #6.
This commit is contained in:
2024-08-08 13:19:52 -04:00
parent 18e904d9ec
commit 1b3fb5d47c
6 changed files with 479 additions and 9 deletions

View File

@@ -106,5 +106,11 @@ namespace PDF_Merge
{
this.Close();
}
private void labelCopyright_Click(object sender, EventArgs e)
{
LicenseForm LicenseWindow = new LicenseForm();
LicenseWindow.Show();
}
}
}