79432354

Date: 2025-02-12 08:24:41
Score: 1.5
Natty:
Report link

Nest the capture method call in the ContentRendered event of each window?

private void MainWindow_ContentRendered(object sender, EventArgs e)
{
    DoStartCapture();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Louis van Tonder