コード例 #1
0
ファイル: TestLoader.cs プロジェクト: Carbonfrost/f-spec
 private TestFile Add(TestFile f)
 {
     return(_context.RegisterDisposable(f));
 }