namespace CounsellorBL.GROUP.ConstDefinition { class GrpBLWording { public const string GRP_DOWNLOADURL = "downloadurl"; #if DEBUG public const bool DebugReport = false; public const bool DebugChangeTime = false; #else public const bool DebugReport = false; public const bool DebugChangeTime = false; #endif } }