using System; using System.Collections.Generic; using System.Text; namespace FantasySolution.FantasyCorrector { public class GlobalVariable { public GlobalVariable() { } public static readonly GlobalVariable Instance = new GlobalVariable(); /// /// ¸üгÌÐòÃû³Æ11 /// public string ApplicationStart = "CarMeterSystem.exe"; public string ReleaseFileName = "ReleaseList.xml"; public string ReleaseURL = "http://10.129.1.210/pikaServices/ZNZD"; public string LocalPath = "FantasyUpdate"; public string ApplicationUpdater = "FantasyCorrector.exe"; } }