Suppressed wrong null warning

This commit is contained in:
Thorsten Sommer 2022-11-01 19:34:04 +01:00
parent cf3791ed70
commit 8314e2dac0
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -10,7 +10,7 @@ namespace UI_WinForms.Components;
public partial class SectionTree : UserControl
{
private static readonly Dictionary<TreeNode, EventHandler<DataModel.Database.Translation?>?> NODE_PROGRESS_HANDLERS = new();
private readonly Timer generatorTimer;
private readonly Timer generatorTimer = null!;
public SectionTree()
{