Suppressed wrong null warning
This commit is contained in:
parent
cf3791ed70
commit
8314e2dac0
@ -10,7 +10,7 @@ namespace UI_WinForms.Components;
|
|||||||
public partial class SectionTree : UserControl
|
public partial class SectionTree : UserControl
|
||||||
{
|
{
|
||||||
private static readonly Dictionary<TreeNode, EventHandler<DataModel.Database.Translation?>?> NODE_PROGRESS_HANDLERS = new();
|
private static readonly Dictionary<TreeNode, EventHandler<DataModel.Database.Translation?>?> NODE_PROGRESS_HANDLERS = new();
|
||||||
private readonly Timer generatorTimer;
|
private readonly Timer generatorTimer = null!;
|
||||||
|
|
||||||
public SectionTree()
|
public SectionTree()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user