コード例 #1
0
 internal void validateAuth(out string status, out string code, CoHome coHome)
 {
     code   = string.Empty;
     status = string.Empty;
     try
     {
         DaAnimusRest da = new DaAnimusRest();
         da.validateAuth(out status, out code, coHome);
     }
     catch (Exception ex)
     {
         coHome.id = 0;
     }
 }