initialize
This commit is contained in:
11
interface/asm/dotnet/ItacTools/Constants.cs
Normal file
11
interface/asm/dotnet/ItacTools/Constants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace com.itac.mes.tools
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static String SERVICE_NAME = "iTAC SiMM Proxy";
|
||||
|
||||
public static String LOGGER = "iTAC-OIB";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user