Ass2Srt.AssReader.AssReader C# (CSharp) Method

AssReader() public method

public AssReader ( string filePath ) : System
filePath string
return System
        public AssReader(string filePath)
        {
            this.filePath = filePath;
        }