예제 #1
0
파일: Film.cs 프로젝트: occult1/oom
 public void UpdateTitle(string title)
 {
     ErrorHandling.CheckForError(title);
     this.titel = title;
 }