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