public IPaperDesigner <THost> CreatePaperBuilder <THost>(PaperInfo info, Func <IPaperContext, THost> hostFactory) { var builder = new PaperDesigner <THost>(info, hostFactory); return(builder); }
public PaperDesigner(PaperInfo info, Func <IPaperContext, THost> hostFactory) { this.info = info; this.hostFactory = hostFactory; }
public PaperBlueprint(PaperInfo info) { this.Info = info; }