コード例 #1
0
ファイル: TestClass.cs プロジェクト: Carbonfrost/f-spec
 public StreamReader OpenText(string fileName, Encoding encoding)
 {
     return(TestContext.OpenText(fileName, encoding));
 }
コード例 #2
0
ファイル: TestClass.cs プロジェクト: Carbonfrost/f-spec
 public StreamReader OpenText(string fileName)
 {
     return(TestContext.OpenText(fileName));
 }