Ejemplo n.º 1
0
        private void ProductBox_SelectedIndexChanged(object sender, EventArgs e)
        {
            var comboBoxText = ProductBox.SelectedValue.ToString();

            bl.GetLocations(LocationBox, comboBoxText);
        }