示例#1
0
 public MainPresenter(IWinPaint<Image> view, IPaintManager manager, IMessageService messageService)
 {
 }
 // ReSharper disable once SuggestBaseTypeForParameter
 public PaintController(IPaintManager paintManager, IPaintMapperConfiguration mapperConfiguration)
 {
     PaintManager = paintManager;
     Mapper       = mapperConfiguration.CreateMapper();
 }