CaseFileConstants.cs 286 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 using System; using Sungero.Core; namespace DirRX.LongTermArchive.Constants.Docflow { public static class CaseFile { /// <summary> /// Максимальное количество листов в деле. /// </summary> public const int MaxPages = 250; } }