Files
PhotoRenamer/PhotoRenamer.Base/RegionNames.cs
2020-01-11 21:15:49 +01:00

8 lines
224 B
C#

namespace PhotoRenamer.Base
{
public static class RegionNames
{
public static string ContentRegion { get; } = "ContentRegion";
public static string LoggingRegion { get; } = "LoggingRegion";
}
}