Beispiel #1
0
 public ViewCreate(ClientComic comic, List <ClientTemplate> templates, List <ClientEffect> effects, List <ClientTextBubbleDirection> bubbles)
 {
     this.Comic     = comic;
     this.Templates = templates;
     this.Effects   = effects;
     this.Bubbles   = bubbles;
 }
Beispiel #2
0
 public ViewCreate(ClientComic comic, List <ClientTemplate> templates, List <ClientEffect> effects)
 {
     this.Comic     = comic;
     this.Templates = templates;
     this.Effects   = effects;
 }
Beispiel #3
0
 public ViewRead(ClientComic comic, ClientComicRead reader, List <ClientComicTag> tags)
 {
     this.Comic  = comic;
     this.Reader = reader;
     this.Tags   = tags;
 }