コード例 #1
0
 private void RemoveAttendant(object sender, RoutedEventArgs e)
 {
     _occassion.Leave();
     DisplayAttendants();
 }