add event keyword

This commit is contained in:
Michael Bucari-Tovo 2022-06-08 10:53:45 -06:00
parent 074d647d19
commit 5a093a9a04

View File

@ -29,7 +29,7 @@ namespace ApplicationServices
}
#endregion
public static EventHandler SearchEngineUpdated;
public static event EventHandler SearchEngineUpdated;
#region Update
private static bool isUpdating;