コード例 #1
0
ファイル: EUCTWProber.cs プロジェクト: zxz2020/Emby
 public EUCTWProber()
 {
     this.codingSM             = new CodingStateMachine(new EUCTWSMModel());
     this.distributionAnalyser = new EUCTWDistributionAnalyser();
     this.Reset();
 }