using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.MorkT.Model { public class Global { public static int TimeInterval { get; set; } = 15; } }