Пример #1
0
 public static string registerLocation(string input)
 {
     try
     {
         CustomCode x = new CustomCode();
         return(x.registerLocation(input));
     }
     catch (Exception ex)
     {
         return(ex.Message + ex.StackTrace);
     }
 }