Exemplo n.º 1
0
 private void UpdateWindow()
 {
     if (process != null)
     {
         client = ScreenHelper.ClientRectangle(process.MainWindowHandle);
         esp?.Refit();
         RecenterRegion();
     }
 }