using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using OfficeOpenXml.FormulaParsing; | |
namespace EPPlusTest.FormulaParsing.IntegrationTests | |
{ | |
public abstract class FormulaParserTestBase | |
{ | |
protected FormulaParser _parser; | |
} | |
} |