Exemplo n.º 1
0
 //Text follows no rules what so ever.
 public MixedText(Paragraph[] text, string title, Speaker author, string date)
     : base(title, author, date)
 {
 }
Exemplo n.º 2
0
 public Dialog(Utterance[] dialog, string title, Speaker author, string date)
     : base(title, author, date)
 {
     this.dialog = dialog;
 }