using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace Muchinfo.MTPClient.Resources { public class CommonResx { /// // /版本 /// public ulong Version { get; set; } /// /// 资源内容 /// public Hashtable ResourceHashtable { get; set; } } }