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