Esempio n. 1
0
        public TestFileReader LoadFile(string strFileName)
        {
            // The SolverFoundation stuff has no base class in UnitTests so just load the file directly here.
            var tdf = new TestFileReader(/*isTwoDimensional:*/ false);

            tdf.Load(strFileName);
            return(tdf);
        }