SceneCrm.Importer.ChildrenProductionsSpreadsheet.ChildrenProductionsSpreadsheet C# (CSharp) Méthode

ChildrenProductionsSpreadsheet() public méthode

public ChildrenProductionsSpreadsheet ( string fullPathToExcelFile ) : System
fullPathToExcelFile string
Résultat System
        public ChildrenProductionsSpreadsheet(string fullPathToExcelFile)
        {
            this.fullPathToExcelFile = fullPathToExcelFile;
        }
ChildrenProductionsSpreadsheet