chore: fix window walker warning

This commit is contained in:
yuyoyuppe 2020-04-10 21:41:01 +03:00 committed by Andrey Nekrasov
parent 4e18c67ec5
commit 77e4984468

View File

@ -18,11 +18,15 @@ namespace WindowWalker.Components
/// </summary>
public delegate void OpenWindowsUpdateHandler(object sender, SearchController.SearchResultUpdateEventArgs e);
#pragma warning disable 0067 // suppress false positive
/// <summary>
/// Event raised when there is an update to the list of open windows
/// </summary>
public event OpenWindowsUpdateHandler OnOpenWindowsUpdate;
#pragma warning restore 0067
/// <summary>
/// List of all the open windows
/// </summary>