<< Click to Display Table of Contents >>
Navigation: Outros >
Random rand = new Random(333);
TextBox1.Text = rand.Next(1000, 9999).ToString();