コード例 #1
0
 public override void OnNavigatingTo(NavigationParameters parameters)
 {
     // TODO: Get the Brewer from the Navigation Parameters and Add/Replace the Beers
     Beers.ReplaceRange(parameters.GetValue <Brewer>("brewer").Beers);
 }