Update Safe Exam Browser Patch to 3.10.0.826
This commit is contained in:
@@ -70,7 +70,7 @@ namespace SafeExamBrowser.Monitoring.System
|
||||
|
||||
public void StartMonitoringSystemEvents()
|
||||
{
|
||||
systemEvents.SessionChanged += () => SessionChanged?.Invoke();
|
||||
systemEvents.SessionChanged += (reason) => SessionChanged?.Invoke(reason);
|
||||
systemEvents.StartMonitoring();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user