add missing intialization of bgw
This commit is contained in:
@@ -14,7 +14,7 @@ public partial class RadFlyoutBase : UserControl
|
||||
protected TableLayoutPanel tableLayoutPanel_ActionPanel;
|
||||
protected TableLayoutPanel tableLayoutPanel_TitlePanel;
|
||||
protected RadLabel radLabel_Title;
|
||||
protected BackgroundWorker bgWorker_LoadData;
|
||||
protected readonly BackgroundWorker bgWorker_LoadData = new();
|
||||
|
||||
public static RadSvgImage? CancelSvg { get; set; } = null;
|
||||
public static RadSvgImage? ConfirmSvg { get; set; } = null;
|
||||
|
||||
Reference in New Issue
Block a user