摘要:
public Setting(){ string dirPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Config"); string[] filePaths = Directory.GetFiles(dirPath, "Database.*config"); if (filePaths != null || filePaths.Length > 0) { foreach (string path in filePaths) { Load(path); } }}privat 阅读全文
posted @ 2010-11-08 11:44
bluce chen
阅读(290)
评论(0)
推荐(0)
浙公网安备 33010602011771号