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
250 B

using System.ComponentModel;
namespace CK.SCP.Models.Enums
{
public enum Project
{
[Description("CKPT")]
X261CC = 0,
[Description("DP")]
X261CDC = 1,
[Description("CNSL")]
X261CCC = 2,
}
}