issue#4 #7

Merged
efrick merged 6 commits from issue#4 into master 2024-08-08 12:40:27 -04:00
Showing only changes of commit d0a9bc9055 - Show all commits

View File

@@ -25,7 +25,7 @@ namespace PDF_Merge
}
public void SetPathLable()
{
string sourcePath = ConfigurationManager.AppSettings["PDF-Path"];
string sourcePath = ConfigurationManager.AppSettings["PDF-Path"] ?? "";
if (sourcePath != null)
{