温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NChat简易聊天室源码(.Net 3.5,LINQ,AJAX)
当前文件路径:NChat/NChat.Common/ConfigHelper.cs

1using System; 2
using System.Collections.Generic; 3
using System.Linq; 4
using System.Text; 5
using System.Configuration; 6
7
namespace NChat.Common 8
{ 9
public class ConfigHelper 10
{ 11
public static readonly string CONNECTION_STRING = ConfigurationManager.ConnectionStrings["NChart.NChatConnectionString"].ConnectionString; 12
} 13
} 14





}
}