Exemple #1
0
        private void comboBoxCatOfProd_SelectionChangeCommitted(object sender, EventArgs e)
        {
            int selectedCategoryId = (int)comboBoxCatOfProd.SelectedValue;
            var category           = productOperations.GetCategoryById(selectedCategoryId);

            selectedCategory = category;
        }