using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SafeExamBrowser.Server.Contracts.Events { /// /// Event handler used to handle a requested lock screen from SEB Server /// public delegate void LockScreenRequestedEventHandler(String message); }