Example #1
0
        private void btnSearchS_Click(object sender, EventArgs e)
        {
            var svc = new CatalogServicesClient();

            svc.SearchInCatalog("c");
        }