Saturday, January 4, 2014

How to navigate image source to another xaml? c# windows store app

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