kmCustomReportsNET/ClassObj/ClsConstants.cs

26 lines
450 B
C#

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";
/// <summary>
/// T = Dot-Net (C#) version of the reports
/// </summary>
public enum enuReportIDs : byte
{
/// <summary>
/// Dobbs Monthly Email Contests
/// </summary>
T1439 = 101
}
}