PIbd-21_MasenkinMS_LabWork02_Hard #5

Closed
Factorino73 wants to merge 9 commits from LabWork02_Hard into LabWork02_Basic
Showing only changes of commit c92ca6304b - Show all commits

View File

@ -155,7 +155,7 @@ namespace AircraftPlantView
{
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);
_planeComponents?.Remove(Convert.ToInt32(dataGridView.SelectedRows[0].Cells[0].Value));
}
catch (Exception ex)