Example #1
0
 private void btnGenerateConKey_Click(object sender, EventArgs e)
 {
     txtConKey.Text = Rando.RandomString(50); // 50 characters long
 }