DocumentUsageReportConstants.cs 217 Bytes
using System;

namespace Sungero.Docflow.Constants
{
  public static class DocumentUsageReport
  {
    // Код диалога.
    public const string HelpCode = "Sungero_Docflow_DocumentUsageReportDialog";
  }
}