Ejemplo n.º 1
0
 private void HandleRefreshCommand(object sender, ExecutedRoutedEventArgs e)
 {
     // clear out cached process info to make the force refresh do the process check over again.
     WindowInfo.ClearCachedProcessInfo();
     Refresh();
 }