ПИбд-23 Валова А. Д. Lab_3_Hard #14

Closed
ValAnn wants to merge 8 commits from Lab_3_Hard into Lab_2_Hard
Showing only changes of commit 1fd29b8948 - Show all commits

View File

@ -53,8 +53,7 @@ namespace SushiBarView
{
dataGridView.DataSource = list;
dataGridView.Columns["SushiId"].Visible = false;
dataGridView.Columns["SushiName"].AutoSizeMode =
DataGridViewAutoSizeColumnMode.Fill;
}
_logger.LogInformation("Загрузка заказов");
}