Example #1
0
 private void SubmitSaal(Kinosaal Saal)
 {
     ServiceConnector.AddKinosaal(Saal);
     LoadHalls();
 }