Replaced library project with actual dlls
This commit is contained in:
parent
02d6cb5d12
commit
112c6f000f
3 changed files with 11 additions and 19 deletions
|
|
@ -142,7 +142,7 @@ namespace WPFCatalog
|
|||
if (Directory.Exists(Path.GetDirectoryName(savePath)))
|
||||
{
|
||||
Debug.WriteLine(savePath);
|
||||
FileHelper.WriteToFile(savePath, s);
|
||||
FileHelper.WriteToFile(savePath, s, false);
|
||||
Debug.WriteLine(s);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue