Exemplo n.º 1
0
        public static DataTable SearchName(string searchtext)
        {
            DSupplier Obj = new DSupplier();

            Obj.SearchText = searchtext;

            return(Obj.ShowName(Obj));
        }