Exemple #1
0
        public static string respond(string input)
        {
            CustomCode x = new CustomCode();

            return(x.respondToSubmitButton(input));
        }