This commit is contained in:
seraphima
2023-10-27 15:55:20 +02:00
parent 66ed4dd07b
commit 40dc94fd5c

View File

@@ -55,7 +55,7 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
{ {
try try
{ {
// FZEditor applciation can be closed by explicitly closing main editor window // FZEditor applcation can be closed by explicitly closing main editor window
MainEditorWindow?.SendKeys(Keys.Alt + Keys.F4); MainEditorWindow?.SendKeys(Keys.Alt + Keys.F4);
} }
catch (Exception ex) catch (Exception ex)