Example #1
0
 public void NotifyDeactivated()
 {
     OnDeactivated();
     _owner = null;
 }
Example #2
0
 public void NotifyActivated(MapVisual owner)
 {
     _owner = owner;
     OnActivated();
 }