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