You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
368 B

  1. namespace CounsellorBL.GROUP.ConstDefinition
  2. {
  3. class GrpBLWording
  4. {
  5. public const string GRP_DOWNLOADURL = "downloadurl";
  6. #if DEBUG
  7. public const bool DebugReport = false;
  8. public const bool DebugChangeTime = false;
  9. #else
  10. public const bool DebugReport = false;
  11. public const bool DebugChangeTime = false;
  12. #endif
  13. }
  14. }