Hi, I want to generate random strings out of a list: So I used this code: Random rnd = new Random(); List<string> validStrings = new ...
確定! 回上一頁