12 lines
213 B
C#
12 lines
213 B
C#
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";
|
|
}
|
|
}
|