コード例 #1
0
 public OcrComponent(string path, PlatformSupport platformSupport = null)
 {
     this.platformSupport = platformSupport;
     Path = System.IO.Path.Combine(BasePath, path);
 }
コード例 #2
0
ファイル: OcrComponent.cs プロジェクト: cyanfish/naps2
 public OcrComponent(string path, PlatformSupport platformSupport = null)
 {
     this.platformSupport = platformSupport;
     Path = System.IO.Path.Combine(BasePath, path);
 }