Example #1
0
File: Film.cs Project: occult1/oom
 public void UpdateTitle(string title)
 {
     ErrorHandling.CheckForError(title);
     this.titel = title;
 }