Beispiel #1
0
 internal void SelectNone()
 {
     Selection = null;
     DispatchEvent(new BaseEventArgs(EVENT_SELECTION_CLEARED));
 }
Beispiel #2
0
 public void SelectProfile(ProfileModel profile)
 {
     Selection = profile;
     DispatchEvent(new ProfileEventArgs(EVENT_SELECTION_CHANGED, profile));
 }