This commit is contained in:
2024-09-18 22:56:59 +04:00
parent 3058978306
commit d5f90b74e1

View File

@@ -75,7 +75,7 @@ namespace Ivanov_visual_components
if (propIsExist)
{
object value = DataGridViewItems.SelectedRows[0].Cells[columnIndex].Value;
properties.SetValue(val, Convert.ChangeType(value, properties?.PropertyType));
properties.SetValue(val, Convert.ChangeType(value, properties.PropertyType));
};
}