Example #1
0
 private void SubmitVorstellung(Vorstellung Vorstellung)
 {
     ServiceConnector.AddVorstellung(Vorstellung);
     LoadVorstellungen();
 }