#region Imports using DPumpHydr.WinFrmUI.RLT.Util; using System.Drawing; #endregion namespace DPumpHydr.WinFrmUI.RLT.Colors { #region ForeverColors public class ForeverColors { public Color Forever = ForeverLibrary.ForeverColor; } #endregion }