Ejemplo n.º 1
0
        private void BinocularsProductsBackBtn_Click(object sender, EventArgs e)
        {
            BinocularsListBoxColour.ClearSelected();
            BinocularBrandList.ClearSelected();
            BinocularTypeList.ClearSelected();

            this.Hide();
        }
Ejemplo n.º 2
0
        private void BinocularsProductsClearBtn_Click(object sender, EventArgs e)
        {
            BinocularsPrice.Text        = "5000";
            BinocularsPriceBar.Value    = 5000;
            BinocularsStrenghtText.Text = "";

            BinocularsListBoxColour.ClearSelected();
            BinocularBrandList.ClearSelected();
            BinocularTypeList.ClearSelected();

            BinocularsDataView.DataSource = Reader.GetProductsDataTable();
        }