Post teilen


Delicious Digg Google+

One Comment

  1. Wie kann ich einen String weiter geben.
    Geht das mit diesem Code.
    private void myListBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
    {
    if (myListBox.SelectedItem != null)
    {
    NavigationService.Navigate(new Uri(String.Format(“/FormulaPage.xaml?item={0}”, myListBox.SelectedItem), UriKind.Relative));
    myListBox.SelectedItem = null;
    }
    }

    und wo muss das ganze stehen. Ganz oben unter Intialize oder was??
    LG Elias

Kommentar abgeben

Microsoft Certified Professional Logo Bachelor of Science
 

Werbung


+Benny Neugebauer