Fixes and mapping
This commit is contained in:
parent
fc7175c2f7
commit
ba965e8266
10 changed files with 449 additions and 284 deletions
10
imagecatalog/MainForm.Designer.cs
generated
10
imagecatalog/MainForm.Designer.cs
generated
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue