Code review comments and cleanup

This commit is contained in:
Tig
2024-11-27 08:58:16 -07:00
parent 1480f1316b
commit 97558c2dbf
43 changed files with 304 additions and 250 deletions

View File

@@ -41,6 +41,7 @@ internal class WindowsDriver : ConsoleDriver
private Point _pointMove;
private bool _processButtonClick;
// BUGBUG: Fix this nullable issue.
public WindowsDriver ()
{
if (Environment.OSVersion.Platform == PlatformID.Win32NT)