Resolve "Bug: VoidGenerator does not work" #79

Merged
thorsten merged 2 commits from 46-bug-voidgenerator-does-not-work into main 2022-11-01 18:34:57 +00:00
Showing only changes of commit 8314e2dac0 - Show all commits

View File

@ -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()
{ {