摘要: [代码]public class AppConfig : AppSettingsReader { private string docName = string.Empty; // Singleton fun. private static AppConfig instance; static AppConfig() { instance = new AppConfig(); } private ... 阅读全文
posted @ 2009-12-04 10:29 chunchill 阅读(327) 评论(0) 推荐(0) 编辑