コード例 #1
0
 public string login()
 {
     try
     {
         ServiceReference2.Service1Client sc1 = new ServiceReference2.Service1Client();
         msg = sc1.login(X_Username, X_paswrd);
         // return msg;
     }
     catch (Exception ex)
     {
         errorloginfile.SendError(ex);
     }
     return(msg);
 }