Правки

This commit is contained in:
nikbel2004@outlook.com 2024-05-22 16:49:43 +04:00
parent f45e526de2
commit 75fd31d66b
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
*.user
*.userosscache
*.sln.docstates
*.dll
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

View File

@ -35,10 +35,12 @@ namespace FurnitureAssemblyView
private void LoadData()
{
try
_logger.LogInformation("Загрузка клиентов");
try
{
dataGridView.FillandConfigGrid(_clientLogic.ReadList(null));
_logger.LogInformation("Загрузка клиентов");
_logger.LogInformation("Успешная загрузка клиентов");
}
catch (Exception ex)
{