9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
namespace DataPro.Core
|
|
{
|
|
public static class DataProConstants
|
|
{
|
|
//public const string CustomConfigPath = @"C:\Program Files\DataPro\bin\DataPro.config";
|
|
public const string CustomConfigPath = @"DataPRO.exe.config";
|
|
}
|
|
}
|