示例#1
0
文件: Film.cs 项目: occult1/oom
 public void UpdateTitle(string title)
 {
     ErrorHandling.CheckForError(title);
     this.titel = title;
 }