Exemple #1
0
 private void ResetCaution_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StatusViewer.ResetCautionLight();
 }
Exemple #2
0
 private void ResetProfile_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     ResetProfile();
     StatusViewer.ResetCautionLight();
     ReportStatus("Profile was manually reset.");
 }