Exemplo n.º 1
0
Arquivo: Film.cs Projeto: occult1/oom
 public void UpdateTitle(string title)
 {
     ErrorHandling.CheckForError(title);
     this.titel = title;
 }