예제 #1
0
 public ImageContentPresenter(IContentScreenFactory contentScreenFactory)
 {
     this.contentScreenFactory = contentScreenFactory;
 }
 public TextContentPresenter(IContentScreenFactory contentScreenFactory)
 {
     this.contentScreenFactory = contentScreenFactory;
 }
 public BatchScriptContentPresenter(IContentScreenFactory contentScreenFactory)
 {
     this.contentScreenFactory = contentScreenFactory;
 }