added LoggingModule
This commit is contained in:
8
PhotoRenamer.Base/RegionNames.cs
Normal file
8
PhotoRenamer.Base/RegionNames.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PhotoRenamer.Base
|
||||
{
|
||||
public static class RegionNames
|
||||
{
|
||||
public static string ContentRegion { get; } = "ContentRegion";
|
||||
public static string LoggingRegion { get; } = "LoggingRegion";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user