using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace MAutoUpdate { public class CompareVersion { public Hashtable Versions { get; set; } } }