/ Published in: C#
Expand |
Embed | Plain Text
MainPage main; // MainPage als Variable initialisieren void UserControl_Loaded(object sender, RoutedEventArgs e) { main = Application.Current.RootVisual as MainPage; // MainPage als Instanz definieren }
You need to login to post a comment.
