Example #1
0
 private void OnArtistRemoved(Artist artist)
 {
     artist.Art = null;
 }
Example #2
0
 private void OnArtistAdded(Artist artist)
 {
     artist.Art = this;
 }