示例#1
0
 private void Pivot_PivotItemLoaded(Pivot sender, PivotItemEventArgs args)
 {
     ViewModel.OnPiovtSelect(args.Item.Content.ToString());
 }