GSF.EMAX.CorrectiveParser.CorrectiveParser C# (CSharp) Method

CorrectiveParser() public method

Creates a new instance of the CorrectiveParser class.
public CorrectiveParser ( ) : System
return System
        public CorrectiveParser()
        {
            m_parser = new Parser();
        }