..
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using AR;
|
||||
|
||||
namespace Project.Manager
|
||||
{
|
||||
@@ -51,7 +52,7 @@ namespace Project.Manager
|
||||
dt = new DataSet1.ResultDataDataTable();
|
||||
|
||||
this.dataPath = dataPath_;
|
||||
if (dataPath_.Length == 0) dataPath = new string[]{ System.IO.Path.Combine(Util.CurrentPath, "Data")};
|
||||
if (dataPath_.Length == 0) dataPath = new string[]{ System.IO.Path.Combine(UTIL.CurrentPath, "Data")};
|
||||
|
||||
//최대버퍼갯수(이 갯수를 넘어가면 실제 파일에 기록한다)
|
||||
MaxBufferCount = _MaxBufferCount;
|
||||
|
||||
Reference in New Issue
Block a user