Fixes and mapping

This commit is contained in:
MaddoScientisto 2026-02-04 23:16:06 +01:00
commit ba965e8266
10 changed files with 449 additions and 284 deletions

View file

@ -1835,7 +1835,6 @@ namespace ImageCatalog
_btnCreaCatalogoAsync.TabIndex = 68;
_btnCreaCatalogoAsync.Text = "CREA";
_btnCreaCatalogoAsync.UseVisualStyleBackColor = true;
_btnCreaCatalogoAsync.Click += Button1_Click;
//
// dataModelBindingSource1
//
@ -2268,16 +2267,7 @@ namespace ImageCatalog
[MethodImpl(MethodImplOptions.Synchronized)]
set
{
if (_btnCreaCatalogoAsync != null)
{
_btnCreaCatalogoAsync.Click -= Button1_Click;
}
_btnCreaCatalogoAsync = value;
if (_btnCreaCatalogoAsync != null)
{
_btnCreaCatalogoAsync.Click += Button1_Click;
}
}
}
}