lundi 28 avril 2014

c# calling value from another page


Vote count:

0




Working on a windows 8 store app, so I've managed to pass a parameter to another page, but how do I call it on the other page?



private void Button1_Click(object sender, RoutedEventArgs e)
{
Frame.Navigate(typeof(Test), Testbutton);


}


asked 42 secs ago






Aucun commentaire:

Enregistrer un commentaire