Interaction logic for VibrationManual.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;
 }