ProjectCoreConstants.cs 167 Bytes
namespace Sungero.Projects.Constants
{
  public static class ProjectCore
  {
    public const string ShowProjectRightsNotify = "ShowProjectDocumentRightsNotify";
  }
}