Ass2Srt.AssReader.AssReader C# (CSharp) 메소드

AssReader() 공개 메소드

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