Sorry:
try this code :
protected override void OnNavigatedTo(NavigationEventArgs e) { abc a1 = e.Parameter as abc; Debug.WriteLine(a1.str); image.Source = a1.image1; }
No comments:
Post a Comment