1
using System;
2
using System.Net;
3
using System.IO;
4
using System.CodeDom;
5
using Microsoft.CSharp;
6
using System.CodeDom.Compiler;
7
using System.Web.Services.Description;
8
using System.Web.Services.Protocols;
9
10
namespace HB.Common
11
2
3
4
5
6
7
8
9
10
11