8 lines
224 B
C#
8 lines
224 B
C#
namespace PhotoRenamer.Base
|
|
{
|
|
public static class RegionNames
|
|
{
|
|
public static string ContentRegion { get; } = "ContentRegion";
|
|
public static string LoggingRegion { get; } = "LoggingRegion";
|
|
}
|
|
} |