SceneCrm.Importer.ChildrenProductionsSpreadsheet.ChildrenProductionsSpreadsheet C# (CSharp) 메소드

ChildrenProductionsSpreadsheet() 공개 메소드

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