Esempio n. 1
0
        public void Init()
        {
            List<string> pathList = new List<string>();
            foreach (string alias in productAliases)
                pathList.Add("Products/" + alias);
            productPaths = pathList.ToArray();

			serviceClient = new ChangeLogServiceClient(new WebServiceConfiguration());
            productServiceClient = new ProductService9Client();
            deleteTestProducts();
        }
Esempio n. 2
0
        public void Init()
        {
            List <string> pathList = new List <string>();

            foreach (string alias in productAliases)
            {
                pathList.Add("Products/" + alias);
            }
            productPaths = pathList.ToArray();

            serviceClient        = new ChangeLogServiceClient(new WebServiceConfiguration());
            productServiceClient = new ProductService9Client();
            deleteTestProducts();
        }