Interaction logic for AppMenu.xaml
Inheritance: System.Windows.Controls.Page
Esempio n. 1
0
 private void OnUnloaded(object sender, RoutedEventArgs e)
 {
     Instance = null;
 }
Esempio n. 2
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     Instance = this;
 }