using System; using System.Collections.Generic; using System.Text; namespace GMCabsDriverAssistant.Utils { public class ShareConstant { public static bool IsInForeground { get; set; } = false; } }