Exemplo n.º 1
0
 private void buttonFindBestFriend_Click(object sender, EventArgs e)
 {
     if (SelectedFeatureNotifier != null)
     {
         SelectedFeatureNotifier.Invoke(eFeaturesTypeEnum.FindBestFriend);
     }
 }
Exemplo n.º 2
0
 private void buttonSortingFriends_Click(object sender, EventArgs e)
 {
     if (SelectedFeatureNotifier != null)
     {
         SelectedFeatureNotifier.Invoke(eFeaturesTypeEnum.SortingFriends);
     }
 }