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