摘要: using System;using System.Collections.Generic;using System.Text;using System.Xml;namespace KeyCalc{ class XmlClass { /// <summary> /// 配置文件路径 /// </summary> private string xmlFilePath; /// <summary> /// 皮肤索引 /// </summary> public string skinIndex; /// <summary> /// 皮肤路径 阅读全文
posted @ 2012-04-26 10:47 小さいです哥 阅读(456) 评论(0) 推荐(0)