SceneCrm.Importer.ChildrenProductionsSpreadsheet.ChildrenProductionsSpreadsheet C# (CSharp) Method

ChildrenProductionsSpreadsheet() public method

public ChildrenProductionsSpreadsheet ( string fullPathToExcelFile ) : System
fullPathToExcelFile string
return System
        public ChildrenProductionsSpreadsheet(string fullPathToExcelFile)
        {
            this.fullPathToExcelFile = fullPathToExcelFile;
        }
ChildrenProductionsSpreadsheet