Beispiel #1
0
 public void UpdateTitle(string title)
 {
     ErrorHandling.CheckForError(title);
     this.titel = title;
 }