예제 #1
0
파일: Engine.cs 프로젝트: Rohansi/Wyam
 public Engine()
 {
     _pipelines = new PipelineCollection(this);
 }
예제 #2
0
파일: Engine.cs 프로젝트: tareq-s/Wyam
 public Engine()
 {
     _metadata = new Dictionary<string, object>();
     _pipelines = new PipelineCollection(this);
 }