using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BaseCodeApp { class Constants { public const int croppedWidth = 50; public const int croppedHeight = 38; } }