コード例 #1
0
        public static string WhereUsedForVPN(string input)
        {
            CustomCode x = new CustomCode();

            return(x.WhereUsedForVPN(input));
        }