Example #1
0
        protected void searchByPriceButton_Click(object sender, EventArgs e)
        {
            int pr1 = Convert.ToInt32(inputPrice1);
            int pr2 = Convert.ToInt32(inputPrice2);

            MobileManager mobileManager = new MobileManager();


            mobileManager.SearchPrice(pr1, pr2);
        }