摘要: string s = Environment.CurrentDirectory; //需添加Forms.DLL s = System.Windows.Forms.Application.StartupPath; s = System.Windows.Forms.Application.Executab... 阅读全文
posted @ 2018-09-19 13:29 xslwm 阅读(324) 评论(0) 推荐(0)
摘要: class Config { static Configuration _config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); private Config() { } s... 阅读全文
posted @ 2018-09-19 12:35 xslwm 阅读(675) 评论(0) 推荐(0)