Exemplo n.º 1
0
        public DataTable Customer_Product_Search(string s)
        {
            try
            {
                DataTable dt =
                    dw.Customer_Product_Search_2(s);
                return(dt);
            }

            catch (Exception e)
            {
                MessageBox.Show(e.Message);
                return(null);
            }
        }