MOTMaster.MMDataIOHelper.MMDataIOHelper C# (CSharp) Method

MMDataIOHelper() public method

public MMDataIOHelper ( string motMasterDataPath, string element ) : System
motMasterDataPath string
element string
return System
        public MMDataIOHelper(string motMasterDataPath, string element)
        {
            this.motMasterDataPath = motMasterDataPath;
            this.element = element;
        }