Exemplo n.º 1
0
 private void _bSecureConnectionUsingAPOP_Click(object sender, EventArgs e)
 {
     POP3.SecureConnectionUsingApop form = new POP3.SecureConnectionUsingApop(this.Configuration);
     form.ShowDialog();
 }
Exemplo n.º 2
0
 private void _bSecureConnectionUsingAPOP_Click(object sender, EventArgs e)
 {
     POP3.SecureConnectionUsingApop form = new POP3.SecureConnectionUsingApop(this.Configuration);
     form.ShowDialog();
 }