public processFileChaneCode() { m_strDataSrcFile = System.String.Empty; m_strDataDestFile = System.String.Empty; m_LineCheckContainKey = new LineCheckContainKey(); m_processLineLongToInt32 = new processLineChaneCode(); }
public FileSystemCheckContainKey(System.String strFullPath) { m_strFullPath = strFullPath; m_LineCheckContainKey = new LineCheckContainKey(strFullPath); }
public processLineChaneCode() { m_LineCheckContainKey = new LineCheckContainKey(); }
public FileSystemCheckContainKey() { m_LineCheckContainKey = new LineCheckContainKey(); }