Ass2Srt.AssAnalyzerForAss.AssAnalyzerForAss C# (CSharp) Method

AssAnalyzerForAss() public method

public AssAnalyzerForAss ( string strDialogues, string strDescriptions, int type, bool DoubleOrSingle ) : System
strDialogues string
strDescriptions string
type int
DoubleOrSingle bool
return System
        public AssAnalyzerForAss(string strDialogues, string strDescriptions, int type, bool DoubleOrSingle)
        {
            this.strDialogues = strDialogues;
            this.strDescriptions = strDescriptions;
            this.type = type;       // 5-简英  6-繁英  7-简体  8-繁体  9-英文
            this.DoubleOrSingle = DoubleOrSingle;
        }