added LoggingModule

This commit is contained in:
2020-01-11 21:15:49 +01:00
parent a17ea99642
commit ad1e92362d
18 changed files with 1354 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
namespace PhotoRenamer.Base
{
public static class RegionNames
{
public static string ContentRegion { get; } = "ContentRegion";
public static string LoggingRegion { get; } = "LoggingRegion";
}
}