Update Safe Exam Browser Patch to 3.10.0.826
This commit is contained in:
@@ -18,10 +18,9 @@ namespace SafeExamBrowser.Core.Operations
|
||||
/// </summary>
|
||||
public class I18nOperation : IOperation
|
||||
{
|
||||
private ILogger logger;
|
||||
private IText text;
|
||||
private readonly ILogger logger;
|
||||
private readonly IText text;
|
||||
|
||||
public event ActionRequiredEventHandler ActionRequired { add { } remove { } }
|
||||
public event StatusChangedEventHandler StatusChanged { add { } remove { } }
|
||||
|
||||
public I18nOperation(ILogger logger, IText text)
|
||||
|
Reference in New Issue
Block a user