Пример #1
0
        private void SellProductDialog_Load(object sender, EventArgs e)
        {
            EntityProductOnStorage product = new EntityProductOnStorage();

            product.ReadProduct(tableForProducts);
        }
Пример #2
0
        private void TxtFindProduct_TextChanged(object sender, EventArgs e)
        {
            EntityProductOnStorage storage = new EntityProductOnStorage();

            storage.FindProduct(tableForProducts, TxtFindProduct.Text);
        }