使用新框架与技术代替旧框架与技术,实现涂装车间后道标签扫码程序
This commit is contained in:
14
RIZO_Application/RIZO_Application.Core/RegionNames.cs
Normal file
14
RIZO_Application/RIZO_Application.Core/RegionNames.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace RIZO_Application.Core
|
||||
{
|
||||
public static class RegionNames
|
||||
{
|
||||
public const string ContentRegion = "ContentRegion";
|
||||
public const string LogRegion = "LogRegion";
|
||||
public const string MqttRegion = "MqttRegion";
|
||||
public const string ScanRegion = "ScanRegion";
|
||||
public const string PrintRegion = "PrintRegion";
|
||||
public const string ContentRegionValue = "主界面";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user