This commit is contained in:
Anitonchik 2024-12-16 23:16:37 +04:00
parent 375d60c155
commit 35e327c405

View File

@ -25,7 +25,6 @@ namespace ProjectCompanyFurniture.Forms
{
InitializeComponent();
_productMovementRepository = productMovementRepository ?? throw new ArgumentNullException(nameof(productMovementRepository));
comboBoxProduct.DataSource = productRepository.ReadProducts();
comboBoxProduct.DisplayMember = "Name";
comboBoxProduct.ValueMember = "ID";