コード例 #1
0
ファイル: Engine.cs プロジェクト: BiserB/Educational
 public Engine(IReader reader, IWriter writer)
 {
     this.reader = reader;
     this.writer = writer;
     factory     = new ListyFactory();
 }