Beispiel #1
0
 private void SubmitFilm(Film Film)
 {
     ServiceConnector.AddFilm(Film);
     LoadFilme();
 }