ProjectConstants.cs 166 Bytes
namespace Sungero.Projects.Constants
{
  public static class Project
  {
    public const string ShowProjectRightsNotify = "ShowProjectDocumentRightsNotify";
  }
}