예제 #1
0
        public processFileChaneCode()
        {
            m_strDataSrcFile  = System.String.Empty;
            m_strDataDestFile = System.String.Empty;

            m_LineCheckContainKey    = new LineCheckContainKey();
            m_processLineLongToInt32 = new processLineChaneCode();
        }
예제 #2
0
 public FileSystemCheckContainKey(System.String strFullPath)
 {
     m_strFullPath         = strFullPath;
     m_LineCheckContainKey = new LineCheckContainKey(strFullPath);
 }
예제 #3
0
 public processLineChaneCode()
 {
     m_LineCheckContainKey = new LineCheckContainKey();
 }
예제 #4
0
 public FileSystemCheckContainKey()
 {
     m_LineCheckContainKey = new LineCheckContainKey();
 }