Exemplo n.º 1
0
 private void OnArtistRemoved(Artist artist)
 {
     artist.Art = null;
 }
Exemplo n.º 2
0
 private void OnArtistAdded(Artist artist)
 {
     artist.Art = this;
 }