Exemplo n.º 1
0
 void FavoritesVC_Selected(object sender, FavoriteSelectedEventArgs e)
 {
     this.DismissModalViewController(true);
     Console.WriteLine(e.Selected.CategoryValue);
     CategoryTableSource_Selected(this, new CategorySelectedEventArgs()
     {
         SelectedCat = new KeyValuePair <string, string>(e.Selected.CategoryKey, e.Selected.CategoryValue)
     });
 }
 void FavoritesVC_Selected(object sender, FavoriteSelectedEventArgs e)
 {
     this.DismissModalViewController(true);
     Console.WriteLine (e.Selected.CategoryValue);
     CategoryTableSource_Selected(this, new CategorySelectedEventArgs() {SelectedCat = new KeyValuePair<string, string>(e.Selected.CategoryKey,e.Selected.CategoryValue)});
 }