摘要:
public class LogManager{ private static string logPath = string.Empty; /// <summary> /// 保存日志的文件夹 /// </summary> public static string LogPath { get { if (logPath == string.Empty) { if (Sys... 阅读全文
posted @ 2010-04-25 22:25
王庭安
阅读(858)
评论(0)
推荐(0)
浙公网安备 33010602011771号