示例#1
0
 /// <summary>
 /// Scan Now button click handler, call for the ViewModel logic.
 /// </summary>
 public void ScanNow(object sender = null, RoutedEventArgs e = null)
 {
     TrackerViewModel.ScanNow();
 }