PIbd-21 Kuvshinov timour Alexandrovich laba2Complicated #10

Closed
TImourka wants to merge 13 commits from laba2Complicated into laba2
Showing only changes of commit a20c777d88 - Show all commits

View File

@ -133,7 +133,7 @@ namespace AutomobilePlantView
{
try
{
_logger.LogInformation("Удаление компонента: { ComponentName} - { Count} ", dataGridView.SelectedRows[0].Cells[1].Value);
_logger.LogInformation("Удаление компонента: { ComponentName} - { Count} ", dataGridView.SelectedRows[0].Cells[1].Value, dataGridView.SelectedRows[0].Cells[2].Value);
_carComponents?.Remove(Convert.ToInt32(dataGridView.SelectedRows[0].Cells[0].Value));
}
catch (Exception ex)