예제 #1
0
 public GeneralService()
 {
     try
     {
         _proxy = new GeneralServiceClient();
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #2
0
파일: WcfRequest.cs 프로젝트: TGHGH/MES
            public GeneralService()
            {
                try
                {
                    _proxy = new GeneralServiceClient();
                }
                catch (Exception)
                {

                    throw;
                }
            }