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_ActionPanel;
|
||||||
protected TableLayoutPanel tableLayoutPanel_TitlePanel;
|
protected TableLayoutPanel tableLayoutPanel_TitlePanel;
|
||||||
protected RadLabel radLabel_Title;
|
protected RadLabel radLabel_Title;
|
||||||
protected BackgroundWorker bgWorker_LoadData;
|
protected readonly BackgroundWorker bgWorker_LoadData = new();
|
||||||
|
|
||||||
public static RadSvgImage? CancelSvg { get; set; } = null;
|
public static RadSvgImage? CancelSvg { get; set; } = null;
|
||||||
public static RadSvgImage? ConfirmSvg { get; set; } = null;
|
public static RadSvgImage? ConfirmSvg { get; set; } = null;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>2.13.1</Version>
|
<Version>2.13.2</Version>
|
||||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user