private void _bNntpRetrieveMessageList_Click(object sender, EventArgs e) { NNTP.RetrieveMessageList form = new NNTP.RetrieveMessageList(this.Configuration); form.ShowDialog(); }