You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
855 B

namespace ECMonitor.Page.Name
{
public static class RegionsName
{
#region MainWindow
public static string MainWindowTop { get; } = "MainWindowTopRegion";
public static string MainWindowCenter { get; } = "MainWindowCenterRegion";
#endregion MainWindow
#region CameraMonitor
public static string CameraMonitorLeft { get; } = "CameraMonitorLeftRegion";
public static string CameraMonitorCenter { get; } = "CameraMonitorCenterRegion";
public static string CameraMonitorRight { get; } = "CameraMonitorRightRegion";
#endregion CameraMonitor
#region SystemSet
public static string SystemSetLeft { get; } = "SystemSetLeftRegion";
public static string SystemSetCenter { get; } = "SystemSetCenterRegion";
public static string SystemSetManageIpcCenter { get; } = "SystemSetManageIpcCenterRegion";
#endregion SystemSet
}
}