Ejemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     AcclaimUrlGenerator aug = new AcclaimUrlGenerator();
     textBox3.Text = aug.GenerateAcclaimURL(textBox1.Text, textBox2.Text, "!fr#*sD23(#p$&@8");
 }
 public string GenerateUrl(string userName, string participantId, string blowPass)
 {
     AcclaimUrlGenerator aug = new AcclaimUrlGenerator();
     return aug.GenerateAcclaimURL(userName, participantId, blowPass);
 }