Added a new form to display the GPLv3 license for the project.
Resolves issue #6.
This commit is contained in:
@@ -106,5 +106,11 @@ namespace PDF_Merge
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void labelCopyright_Click(object sender, EventArgs e)
|
||||
{
|
||||
LicenseForm LicenseWindow = new LicenseForm();
|
||||
LicenseWindow.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user