fix build & update Telerik

This commit is contained in:
2024-01-22 09:45:32 +01:00
parent cf6353112a
commit 1be6200c58
5 changed files with 11 additions and 18 deletions

View File

@@ -29,8 +29,8 @@
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlyoutDialogBase));
radButton_Cancel = new Telerik.WinControls.UI.RadButton();
radButton_Confirm = new Telerik.WinControls.UI.RadButton();
radButton_Cancel = new global::Telerik.WinControls.UI.RadButton();
radButton_Confirm = new global::Telerik.WinControls.UI.RadButton();
tableLayoutPanel_ActionButtons = new TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)radButton_Cancel).BeginInit();
((System.ComponentModel.ISupportInitialize)radButton_Confirm).BeginInit();