using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace kmCustomReportsNET.ClassObj; public class ClsConstants { public static string KDrive = @"\\salem\k"; /// /// T = Dot-Net (C#) version of the reports /// public enum enuReportIDs : byte { /// /// Dobbs Monthly Email Contests /// T1439 = 101 } }