add comment

This commit is contained in:
Jonas Sourlier 2022-05-02 16:35:50 +02:00
parent cc37618da2
commit 235735fb3a

View file

@ -39,6 +39,7 @@ namespace SafeExamBrowser.Browser.Contracts
/// <summary>
/// Transfers the focus to the browser window.
/// <paramref name="forward">If true, the first focusable element in the browser window receives focus (passing forward of focus). Otherwise, the last element.</paramref>
/// </summary>
void Focus(bool forward);
}