/// <summary> /// 构造方法 /// </summary> public MLogTest() { sqliteLogBLL = new MSQLiteLogBLL(); xmlLogBLL = new MxmlLogBLL("Data/MateralToolsLogDB.xml"); }
/// <summary> /// 构造方法 /// </summary> public MLogTest() { sqliteLogBLL = new MSQLiteLogBLL(); xmlLogBLL = new MxmlLogBLL("./Data/"); }